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). <br><br>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 a webserver on the handheld GPS unit with windows CE&nbsp; (then access via 
<a href="http://localhost/">http://localhost/</a>), but&nbsp; some of the&nbsp; imports that the scriptServer.py (off activestate) used was missing.<br><br>is there a standard FREE webserver out there for windows CE?<br>or is there some other simple means i could use to generate a form and have input stored to a text file?
<br>i'd prefer to use html, since that's what's already used on the main server...<br><br>any other ideas on storing content of an html form on submission (without web connection)?<br><br>thanks,<br>-brent<br><br><br>