Web framework

Stephen Thorne stephen.thorne at gmail.com
Tue Mar 15 04:45:49 EST 2005


On Sun, 13 Mar 2005 13:21:27 -0800, Venkat B <venkatbo at yahoo.com> wrote:
> > I'd say Nevow! For apache setup, you might be interested in my wsgi [1]
> > implementation.
> 
> Hi Sridhar,
> 
> Are you aware of Nevow's "integrability" with the webservers (CGIHTTPServer
> in particular) that come packaged with Python itself ?

Nevow functions as its own web server. You don't need CGIHTTPServer,
you just run twisted.web instead.

Stpehen.



More information about the Python-list mailing list