Re: [PythonCE] HTTPS support in httplib

2008-10-07 Thread Ingmar Steen
Hi John, >From what I remeber from earlier endeavours is that PythonCE doesn't come with >the ssl module. To build the module you'll need to build OpenSSL for your device and then compile Python's ssl module. This was a while ago though, things may have changed. Ingmar Ps. Sorry if this repl

Re: [PythonCE] Wxython for PythonCE 2.5

2007-11-11 Thread Ingmar Steen
On Nov 10, 2007 3:09 AM, Pietro Battiston <[EMAIL PROTECTED]> wrote: > Hello, > I'm new to PythonCE and I like it a lot. I tried it with tkinter, but I > would better like using wxwidgets... > > But the binaries provided in http://wxpyce.wikispaces.com/ apparently > don't like Python 2.5... I get a

Re: [PythonCE] Starting Python in specified directory

2006-09-25 Thread Ingmar Steen
Hi Jeffrey   Windows CE doesn't have the concept of a 'current directory' (so a starting directory makes no sense either) but python for windows ce emulates it internally, so there's no direct way of doing this. iirc, python defaults to a) the directory where the script you start resides (if you st

Re: [PythonCE] wxPython for PythonCE announcement

2006-08-05 Thread Ingmar Steen
>From what I remember, list controls are very limited on WinCE and the virtual mode is missing (basically, all owner drawn things are missing in WinCE). That's probably why it doesn't work. It's also the reason checkbox lists aren't working. However, it should be possible to drop in the wxUniversal

Re: [PythonCE] wxPython for PythonCE announcement

2006-07-31 Thread Ingmar Steen
It's true that wx uses a lot of memory, but 35 MB should be enough I think... I'm using it quite comfortably on an iPaq H2200 which has 64MB total memory I think. I've never actually looked into how much it actually uses though. I'm planning to make a 'minimal' wx configuration that only exposes c

[PythonCE] wxPython for PythonCE announcement

2006-07-30 Thread Ingmar Steen
(I hope this doesn't go around twice, but I got some strange replies when sending this earlier) Hi all, I'd like to announce the release of my initial effort to 'port' wxPython to PythonCE. You can find the wiki (with links to the source and binary archives and building instructions) here: http:

[PythonCE] wxPython for PythonCE

2006-07-30 Thread Ingmar Steen
Hi all, I'd like to announce the release of my initial effort to 'port' wxPython to PythonCE. You can find the wiki (with links to the source and binary archives and building instructions) here: http://wxpyce.wikispaces.com/ The port isn't very mature yet (f.e. somehow the commandbar doesn't sho