Executing Python code on another computer
Aahz
aahz at pythoncraft.com
Wed Feb 24 19:15:24 EST 2010
In article <f1e754e0-05d0-4236-97f7-8a16bed00c03 at g11g2000yqe.googlegroups.com>,
SiWi <wimmersimon at googlemail.com> wrote:
>
>So I wondered if it was possible to send the Python code I'm developing
>on the netbook to the workstation pc via wlan, let the script execute
>on the workstation pc and write the output back on the netbook.
>
>Is there any possibilty to achieve that goal?
Fabric might help, but I think it relies on ssh. py.test also has remote
capabilities.
http://fabfile.org/
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"Many customs in this life persist because they ease friction and promote
productivity as a result of universal agreement, and whether they are
precisely the optimal choices is much less important." --Henry Spencer
More information about the Python-list
mailing list