Never mind. It turns out that the synchronization did not transfer any
files, only folders. (Have I mentioned recently that I hate winCE?)
OK, my application seems to run. Problem 1: I am still getting the message
"Please install a newer version of comctl32.dll (at least version 4.70 is
requir
Can you provide a little more information about how to install your software?
I have \Program Files\Python24 on my PDA. I put wxwince270_evc_custom.dll
in this folder. There is already a Lib folder there, so I put the wx folder
in the existing Lib folder. import wx produces No module named wx.
Python 2.4.3 (#0, Apr 29 2006, 20:58:35) [MSC v.1201 32 bit (Unknown)] on
Pocket PC
(Remote Console on ('192.168.99.10', 20238))
PocketPC>>> cmp(buffer("abc"), buffer("def"))
\Temp\_script20238.py:1: RuntimeWarning: tp_compare didn't return -1, 0 or 1
-1
PocketPC>>>
Thanks,
Thomas
__