"Dan Perl" <[EMAIL PROTECTED]> 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? -- http://mail.python.org/mailman/listinfo/python-list