Hi,
I'm trying to get started with Python on Pocket PC
and have several questions
1) is there a python bindign for Game API
2) is it possible to directly execute Scripts by clicking on them?
3) What would a basic GUI hello world application look like (I mean
one which opens full screen)
Regards
1) I only have 2.2 installed at the moment. somehow I found the installation
instructions much easier to follow.
2) There is a win32gui module, which exposes the Mobile windows API.
I'd be more incined to use this directly for GUI applications. This is
what I'd like to see an example of. I suspec