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
> longer needed.
>
> console.py accepts some command line options which can also be used for
> Python itself: -m 'package', -c 'Python commands', other options are
> accepted but don't do anything: -i, -u.
Is this program only for Windows? (i.e. to be run on a Windows-Python )
I have Linux and it give me some errors [1]. It seems that the problem
is
just importing ctypes.wintypes which crash.
I have tried to update ctypes many times but the error don't disappear.
Does anyone have similar problem?
Thanks for your time and your program. I'm still using the previous
version. :o)
----------
$ python console.py serialsocket.py
Traceback (most recent call last):
File "console.py", line 4, in ?
import rapi
File "rapi.py", line 1, in ?
import ctypes, ctypes.wintypes
File
"/usr/lib/python2.4/site-packages/ctypes-1.0.1-py2.4-linux-i686.egg/ctypes/wintypes.py",
line 21, in ?
class VARIANT_BOOL(_SimpleCData):
ValueError: _type_ 'v' not supported
--
Kind regards / Cumprimentos / Atentamente, Ruben.
Quando um homem tem consciencia da sua valia, opera
prodigios em todas as condicoes de vida
-- D.Antonio Costa
_______________________________________________
PythonCE mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pythonce