I've been doing development work in Python and as an experiment I thought I'd have a go at getting Python installed on my Windows Mobile PDA. It's an HP iPaq running Windows Mobile 6 (CE OS 5.2.1.1616).
The Python CE Wiki is located at: http://pythonce.sourceforge.net/Wikka/HomePage
I installed PythonCE-2.5-20061219-setup.exe from sourceforget.net and amazingly it worked first time!
After clicking Start -> Programs -> Python I was able to verify that it worked by typing
>>> print 'Hello World'
Hello World
Using Ilium Software Screen Capture software I was able to get a screen shot very easily. It can be downloaded from http://www.mobiletopsoft.com/pocket-pc/download-ilium-software-screen-capture-free-1-1.html
The Python CE Wiki is located at: http://pythonce.sourceforge.net/Wikka/HomePage
I installed PythonCE-2.5-20061219-setup.exe from sourceforget.net and amazingly it worked first time!
After clicking Start -> Programs -> Python I was able to verify that it worked by typing
>>> print 'Hello World'
Hello World
Using Ilium Software Screen Capture software I was able to get a screen shot very easily. It can be downloaded from http://www.mobiletopsoft.com/pocket-pc/download-ilium-software-screen-capture-free-1-1.html
Comments