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 easiest seems to be james: http://wsgiarea.pocoo.org/james/ or flup: http://www.saddi.com/software/flup/ (for FCGI adapter) -- http://mail.python.org/mailman/listinfo/python-list