Python & cgi on win98--tinyweb problems, etc

Chris Stromberger bit_bucket5 at hotmail.com
Thu Nov 15 20:33:35 EST 2001


On 15 Nov 2001 17:12:03 -0800, Paul Rubin <phr-n2001d at nightsong.com>
wrote:

>Chris Stromberger <bit_bucket5 at hotmail.com> writes:
>> Any other recommendations for small simple web servers for this
>> project?
>
>How about the HttpServer class that's already in the Python library?

Hadn't thought of that.  Do you mean CGIHTTPServer?  The docs say
"Note: This module is Unix dependent since it creates the CGI process
using os.fork() and os.exec()." so that won't work for win98, unless
I'm missing something.





More information about the Python-list mailing list