Is there something like tcl "send" command in Python

Irmen de Jong irmen at -nospam-remove-this-xs4all.nl
Sat Nov 13 20:28:26 EST 2004


Peter Gordon wrote:
> Is there somethin like tcl "send" command in Python. I would like to
> be able to exucate calls in a python program on one machine from
> another machine.

After you added some infrastructure such as Pyro
(http://pyro.sourceforge.net), you can essentially
invoke methods on objects on arbitrary machines.

--Irmen



More information about the Python-list mailing list