Re: [PythonCE] remote-console

2007-02-23 Thread Thomas Heller
Jan Ischebeck schrieb: > Hi Thomas, > > Your script works well for me on Ubuntu Feisty. > > The only issue I have is, that it doesn't detect the "//Program Files/" > folder correctly for non-US Pocket PCs. (E.g. German WinCE uses > "//Programme/"). > > I've tried to get this directory via CeGe

Re: [PythonCE] remote-console

2007-02-22 Thread Jan Ischebeck
Hi Thomas, Your script works well for me on Ubuntu Feisty. The only issue I have is, that it doesn't detect the "//Program Files/" folder correctly for non-US Pocket PCs. (E.g. German WinCE uses "//Programme/"). I've tried to get this directory via CeGetSpecialFolder, but was not successful.

Re: [PythonCE] remote-console

2007-02-21 Thread Thomas Heller
Ruben Miguelez Garcia schrieb: >> Ah, great. Yes, the current version only works on Windows, it requires >> that the device is connected via ActiveSync. The CeRemoteAPI is used to >> transfer the client script to the device, and start the interpreter there. >> Sorry for this limitation. > >>

Re: [PythonCE] remote-console

2007-02-19 Thread Ruben Miguelez Garcia
Dear Sergey Chernov, > Very interesting. Is there any place where to find more about this tool and > other ones? On this list. But maybe, somebody could open a section on the Wiki and put there this kind of things. I only found the programs of Thomas Heller and t

Re: [PythonCE] remote-console

2007-02-19 Thread Ruben Miguelez Garcia
> Ah, great. Yes, the current version only works on Windows, it requires > that the device is connected via ActiveSync. The CeRemoteAPI is used to > transfer the client script to the device, and start the interpreter there. > Sorry for this limitation. > Is there something on Linux that allo

Re: [PythonCE] remote-console

2007-02-18 Thread Sergey Chernov
Subject: [PythonCE] remote-console > smime.p7s Description: S/MIME cryptographic signature ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] remote-console

2007-02-16 Thread Thomas Heller
Ruben Miguelez Garcia schrieb: > Dear Thomas, > >> A much improved version is available here: >> >> http://ctypes-stuff.googlecode.com/svn/trunk/wince/remote-console/ >> >> The console.py script is thought to be run on the workstation. Editing >> the client.py script (which is transferred a

[PythonCE] remote-console

2007-02-16 Thread Ruben Miguelez Garcia
Dear Thomas, > A much improved version is available here: > > http://ctypes-stuff.googlecode.com/svn/trunk/wince/remote-console/ > > The console.py script is thought to be run on the workstation. Editing > the client.py script (which is transferred automatically to the PDA) is no > longe