Re: [PythonCE] Import Error?

2008-08-31 Thread John Hampton
[EMAIL PROTECTED] wrote: Hi. My name is Louis Bryant. I am new to Python, especially PythonCE and have and am already facing an issue. I followed the instructions given at Pocket PC Python website. When I run Python from my Start Menu though, I get an error saying that traceback can't be

Re: [PythonCE] Installation of Python packages on Windows CE

2008-08-15 Thread John Hampton
Thomas Heller wrote: I have learned so far on this list that a CAB file is a convenient way to install software, but my question is what should this cab file create: - as usual on Windows, a directory tree containing .py files in \Program Files\Python\Python25 This is the method that I would

[PythonCE] Windows Event Handling

2008-07-29 Thread John Hampton
I'm developing a ctypes wrapper for the Symbol Barcode Reader API. When reading a barcode, there are a few calls. One is a blocking call, one via an event notification, and the other via a windows message. I was wondering how these types of event were generally handled in PythonCE. Do I

Re: [PythonCE] The State of Affairs

2008-07-28 Thread John Hampton
Alexandre Delattre wrote: I was thinking that a first step to enhance distribution of PythonCE apps, would be to be able to create easily .cab for them. .cab are installable over the air, as well by cross installing from desktop. If I met enough positive feedback, I'll start trying to