How to Machine A python script execute Machine B python script?

Antonio Cuni antoPUNTOcuni at gmail.com
Wed Jul 11 09:03:25 EDT 2007


johnny wrote:
> Anyone know how I can make Machine A python script execute a python
> script on Machine B ?

have a look to py.execnet; in the simplest case, it does not need any 
special setup on machine B, just a working ssh server and a python 
interpreter installed:

http://codespeak.net/py/dist/execnet.html

ciao Anto



More information about the Python-list mailing list