Re: [PythonCE] Re: Python on Axim v50 / XScale

2004-12-13 Thread Mark Eichin
When I first got python installed under wince, I fired up the interpreter, did an import SimpleHTTPServer, ran serve_forever(), then fired up Pocket IE, and hit localhost - and was talking to python. So, as far as I know, it works right out of the box... I'd test it right now, but I've botched my

Re: [PythonCE] Re: Python on Axim v50 / XScale

2004-12-13 Thread Voidspace
Mark Eichin wrote: When I first got python installed under wince, I fired up the interpreter, did an import SimpleHTTPServer, ran serve_forever(), then fired up Pocket IE, and hit localhost - and was talking to python. So, as far as I know, it works right out of the box... I'd test it right now, b

Re: [PythonCE] Re: Python on Axim v50

2004-12-13 Thread Voidspace
Danny Staple wrote: "Brad Clements" <[EMAIL PROTECTED]> wrote: I think the most difficult part of your python application will be the gui. Although there are no binaries or easy installers - I stumbled upon this: http://wiki.wxwidgets.org/wiki.pl?Developers_Notebook/WxWinCECompiling Now thi

Re: [PythonCE] Re: Python on Axim v50 / XScale

2004-12-13 Thread Voidspace
This is the url for apacheCE http://www.rainer-keuchel.de/wince/apache-ce.html I may well be wrong about pocket PC not working with localhost. I was sure I'd read it before - so hadn't experimented - certainly the apache page shows apache using the loopback address. I'd assumed it was a hack. I'

Re: [PythonCE] Re: Python on Axim v50 / XScale

2004-12-13 Thread Brad Clements
On 13 Dec 2004 at 16:41, Voidspace wrote: > You can't > use these with winCE because it doesn't have the normal loopback address - > this means you *probably* have to use apache, which makes it a bit of a > heavier distribution. Uh, how does PIE talk to a local apache without using a loopback add

Re: [PythonCE] Re: Python on Axim v50 / XScale

2004-12-13 Thread Brad Clements
On 13 Dec 2004 at 16:38, Voidspace wrote: > There is a pythonCE version of apache which will run as localhost. > Normally winCE has no concept of localhost - so this is your best bet. I > don't have the URL, but google should find it. > > For testing on the desktop Xitami is a great server to us

Re: [PythonCE] Re: Python on Axim v50 / XScale

2004-12-13 Thread Voidspace
Voidspace wrote: There is a pythonCE version of apache which will run as localhost. Normally winCE has no concept of localhost - so this is your best bet. I don't have the URL, but google should find it. For testing on the desktop Xitami is a great server to use as localhost. You'll then be pro

Re: [PythonCE] Re: Python on Axim v50 / XScale

2004-12-13 Thread Voidspace
There is a pythonCE version of apache which will run as localhost. Normally winCE has no concept of localhost - so this is your best bet. I don't have the URL, but google should find it. For testing on the desktop Xitami is a great server to use as localhost. You'll then be programming CGIs to

Re: [PythonCE] Re: Python on Axim v50 / XScale

2004-12-13 Thread Brad Clements
I think the most difficult part of your python application will be the gui. It would be great if venster ran on Windows CE, but venster requires ctypes and I don't see any way of making ctypes work there. Win32gui was modified some time ago to add support for dynamic dialogs. That is, windows