JD <[EMAIL PROTECTED]> wrote: > How can I do it with the subprocess?
You can't. Subprocess is a library to spawn new processes on the local machine. If you want to handle external machines you need something like parallel python: <http://www.parallelpython.com/> -- Lawrence, oluyede.org - neropercaso.it "It is difficult to get a man to understand something when his salary depends on not understanding it" - Upton Sinclair -- http://mail.python.org/mailman/listinfo/python-list