Their console does indeed work on Windows Mobile 5.0 And so does the Microsoft console ver 4.2 All you have to do after installing either or both apps is to change one registry entry.
HKEY_LOCAL_MACHINE\Drivers\Console\OutputTo set this value to 0 With this change, I am able to call python from the cmd console and feed it a module like this.. \> python \path\sample\pymodule.py Make sure to set the Path environment variable in order for the shell to find python without a long path statement. I wished that we could use the options such as python -c or python -i That would really help with debugging. jeffbarish wrote: > > I've been using Python on Windows Mobile 5 for a couple months. I have > encountered only two problems, neither directly related to Python. (1) I > haven't been able to find a console that works on Mobile 5. PocketConsole > (http://www.symbolictools.de/public/pocketconsole/) works only on Mobile > 2002. (2) wxPython produces a bogus warning about comctrl32.dll if you > use a list control in virtual mode. Other than that, everything I have > done with Python has worked. I was particularly pleased to see that Pyro > works on PythonCE. > -- View this message in context: http://www.nabble.com/Building-win32com-on-windows-CE-tf1319151.html#a7779252 Sent from the Python - pythonce mailing list archive at Nabble.com. _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce