> What I can't find is a simple recipe to serve a WSGI application with
> a dumb-as-rocks HTTP server, just using the standard Python library.
>
> The standard library includes BaseHTTPServer, which as far as I can
> tell doesn't know anything about WSGI.
>
> Everything else that I can find leads
On Mon, 22 May 2006 18:18:34 +1000, Ben Finney wrote:
[...]
>
> Everything else that I can find leads to dependencies I don't want for
> flexibility I don't need: cherrypy, paste, et al.
>
> Any suggestions for how to serve up a simple WSGI application with
> just the standard library?
the easi
Howdy all,
I'm trying to implement some new functionality for an existing PHP web
application. Rather than writing a whole lot of stuff in PHP, and
looking toward a future when more of the application can be rewritten
more sanely, I'd like to write a Python program that generates the
content and s