Re: [PythonCE] PyCon 2010

2009-12-11 Thread John Hampton
On 12/7/09 10:14 AM, Tim Lesher wrote: > Are any PythonCE users or developers going to be at Pycon this year? > > If so, any interest in sprinting on PythonCE patches? I'm planning on being there. I don't know how many of the sprint days I'll be attending yet. Can't say that I've hacked on the

[PythonCE] HTTPS support in httplib

2008-10-06 Thread John Hampton
All, I'm developing an application for the handheld that uses xmlrpc lib. I'd really like to use https://, however, if I try, it complains: NotImplementedError: your version of httplib doesn't support HTTPS So, has anyone implemented https support? Or does anyone have any pointers as to whe

Re: [PythonCE] Import Error?

2008-08-30 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 import

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

Re: [PythonCE] DLL hourglass in ctypes

2008-08-12 Thread John Hampton
Brad Clements wrote: I think according to the Windows CE compatibility guide, you're supposed to show the hourglass until your application is "ready for user input". I believe it's up to the application .py file, not any libraries or interpreter, to make the Busy(0) call. Only the applicati

[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 ne

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 implemen