[PythonCE] Getting started

2008-10-17 Thread Robert E. Payan
Hello, I have the required setup as described in README-winCE.txt. However, I am not able to compile the PythonCE sources. I get an error saying that 'defpaths' is not defined. Is there an environment variable that must be defined? Also, how does one apply a patch in Windows ? Thanks__

Re: [PythonCE] Getting Started with Python on Mobile windows 2003

2005-09-19 Thread Edward Fewell
<< There is a win32gui module, which exposes the Mobile windows API. >> There should also be a win32api module and win32con module. I don't have those in my installation, and haven't had luck finding them. win32con is just a collection of constants, so the desktop version would be very, very clos

Re: [PythonCE] Getting Started with Python on Mobile windows 2003

2005-09-18 Thread konrad Zielinski
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

Re: [PythonCE] Getting Started with Python on Mobile windows 2003

2005-09-16 Thread Isr Gish
konrad Zielinski wrote: >Hi, > >I'm trying to get started with Python on Pocket PC >and have several questions > >2) is it possible to directly execute Scripts by clicking on them? This is possible to set up. There is a script in the download that does the registry settings fo

Re: [PythonCE] Getting Started with Python on Mobile windows 2003

2005-09-16 Thread Edward Fewell
1) I don't know. I've done some brief looking about and haven't found anything of the sort yet. 2) Yes. I've installed the 2.3.4 port onto my Mobile 2003 device. It included a script to update the registry so that you can just click on scripts to execute them. 3) Below is a Tkinter demo modifie

[PythonCE] Getting Started with Python on Mobile windows 2003

2005-09-15 Thread konrad Zielinski
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