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

[PythonCE] Re: Python on Axim v50 / XScale

2004-12-13 Thread Ron Phillips
I've been writing a form-filling app in Tkinter. I don't like it much, honestly -- I am much more comfortable in html. Can you provide any links to examples/tuts of the tiny http server / browser idea? Desktop is fine, I can adapt, I think.   I just haven't seen it done on the desktop, but I

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

[PythonCE] Re: Python on Axim v50 / XScale

2004-12-13 Thread Bryan Siegfried
Brad Clements wrote: > On 12 Dec 2004 at 11:02, Bryan Siegfried wrote: > > >>I have seen people go both ways on python compatibility with xscale. >>Are other people running it on their Xscale processors,a nd >>specifically, their Axims? > > > When you say "both ways" what exactly do you mean? > > A