advice needed for simple python web app

Paul Rubin http
Thu Feb 3 23:43:54 EST 2005


"Dan Perl" <danperl at rogers.com> writes:
> Basically, what I'm looking for is a web server that accepts an HTTP
> request and invokes a python script.  But I would like a "pythonic"
> solution so a web server like Apache is a solution that I would like
> to avoid.  The server should also be as simple as possible to
> administrate.

CGI and CGIHTTPServer (or whatever it's called) is conceptually the
> simplest.  What does your app do?



More information about the Python-list mailing list