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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to