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