Recommendation for a small web framework like Perl's CGI::Application to run as CGI?

Brian Blais bblais at bryant.edu
Wed Jan 28 05:58:06 EST 2009


On Jan 27, 2009, at 16:19 , excord80 wrote:

> I need to make a small, relatively low-traffic site that users can
> create accounts on and log into. Scripts must run as cgi (no
> mod_python or FastCGI is available). Can anyone recommend a small and
> simple web framework for Python, maybe similar to Perl's
> CGI::Application?
>
> Or would it just be better to roll my own?


I'd strongly suggest webpy (http://webpy.org/).  It is easy, works  
with CGI, FastCGI, etc... or you can run its own built-in server.   
It's very nice!


			bb

-- 
Brian Blais
bblais at bryant.edu
http://web.bryant.edu/~bblais



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090128/15779f60/attachment.html>


More information about the Python-list mailing list