Re: [PythonCE] webserver on CE

2006-05-02 Thread Johnny deBris
Brent Pedersen wrote: > > is there a standard FREE webserver out there for windows CE? > or is there some other simple means i could use to generate a form and > have input stored to a text file? > i'd prefer to use html, since that's what's already used on the main > server... > You could use cor

Re: [PythonCE] webserver on CE

2006-05-02 Thread Luke Dunstan
  Can you explain more about the missing imports? If the script is designed to be portable to Windows then in most cases it should work on Windows CE.   Luke   - Original Message - From: Brent Pedersen To: pythonce@python.org Sent: Wednesday, May 03, 2006 2:47 AM

[PythonCE] Curious about Python for Windows CE

2006-05-02 Thread Redefined Horizons
I am still pretty new to Python, but my company is investigating the possibilty of developing applications on Windows CE Devices, and I had a couple of questions:   I'd like to use Python as my development environment for Windows CE Devices. What is the current status of Python on Windows CE? Is it

[PythonCE] webserver on CE

2006-05-02 Thread Brent Pedersen
hi, i have a set of python CGI scripts that work on a server by serving an html form, and storing data in a text file on submission (uh, yeah, hence CGI). i'd like to get a setup so that these scripts could be used in the field (no web connection). i tried using a simple python script that acts as