If you're trying to do remote command execution, you should forget about rolling your own, and use a well-established RPC solution.
I can recommend either of pyro or rpyc: https://pypi.python.org/pypi/Pyro4 https://pypi.python.org/pypi/rpyc If you need a standard library solution, you can try: https://docs.python.org/3/library/xmlrpc.html -- Steve _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
