Re: Executing Python code on another computer

2010-02-24 Thread Aahz
In article , SiWi 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 migh

Re: Executing Python code on another computer

2010-02-19 Thread Stefan Behnel
Dave Angel, 19.02.2010 20:04: > In that case, consider using RemoveDesktop, which is built into both Xp > and Vista. Careful, sounds like malware to me. Stefan -- http://mail.python.org/mailman/listinfo/python-list

Re: Executing Python code on another computer

2010-02-19 Thread Dave Angel
SiWi wrote: On Feb 19, 5:10 pm, "D'Arcy J.M. Cain" wrote: On Fri, 19 Feb 2010 07:52:59 -0800 (PST) SiWi 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

Re: Executing Python code on another computer

2010-02-19 Thread Jean-Michel Pichavant
SiWi wrote: On Feb 19, 5:10 pm, "D'Arcy J.M. Cain" wrote: On Fri, 19 Feb 2010 07:52:59 -0800 (PST) SiWi 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

Re: Executing Python code on another computer

2010-02-19 Thread D'Arcy J.M. Cain
On Fri, 19 Feb 2010 08:32:48 -0800 (PST) SiWi wrote: > I'm normally using IDLE and sometimes PyScripter on Windows Vista. The > netbook is Windows XP. Should I switch to Vim or Emacs? Umm... Yes? It's still not a Python question and is in fact a religious one. Other people have different religi

Re: Executing Python code on another computer

2010-02-19 Thread SiWi
On Feb 19, 5:10 pm, "D'Arcy J.M. Cain" wrote: > On Fri, 19 Feb 2010 07:52:59 -0800 (PST) > > SiWi 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 ou

Re: Executing Python code on another computer

2010-02-19 Thread James Harris
On 19 Feb, 15:52, SiWi wrote: > Hello community, > I googled for an answer of the following problem, but I couldn't find > anything. > I've got a netbook and my fast workstation compter, which I usually > use for developing. > But I'd also like to take my netbook around the house and to develop >

Re: Executing Python code on another computer

2010-02-19 Thread Arnaud Delobelle
On 19 Feb, 15:52, SiWi wrote: > Hello community, > I googled for an answer of the following problem, but I couldn't find > anything. > I've got a netbook and my fast workstation compter, which I usually > use for developing. > But I'd also like to take my netbook around the house and to develop >

Re: Executing Python code on another computer

2010-02-19 Thread Krister Svanlund
On Fri, Feb 19, 2010 at 4:52 PM, SiWi wrote: > Hello community, > I googled for an answer of the following problem, but I couldn't find > anything. > I've got a netbook and my fast workstation compter, which I usually > use for developing. > But I'd also like to take my netbook around the house an

Re: Executing Python code on another computer

2010-02-19 Thread D'Arcy J.M. Cain
On Fri, 19 Feb 2010 07:52:59 -0800 (PST) SiWi 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

Executing Python code on another computer

2010-02-19 Thread SiWi
Hello community, I googled for an answer of the following problem, but I couldn't find anything. I've got a netbook and my fast workstation compter, which I usually use for developing. But I'd also like to take my netbook around the house and to develop Python programms on it. The problem is that n