[PythonCE] sys.platform strangeness
Brian Brown
brian@ablelinktech.com
Tue, 14 Jan 2003 11:16:49 -0700
Greetings!
I've installed Telion's CAB on my pocket PC, and replace the python
executable and win32gui.pyd as listed on the wiki. I also replaced the
pcceshell.py file - which still wouldn't run; it was acting as if
sys.platform == 'wince'.... so I changed all the if statements and then
the shell would work fine. I then imported sys and sys.platform indeed
is 'wince'. The is running on PocketPC 2002, so that is a bit confusing :-)
Anyone have any ideas?
thanks!
Brian