excord80 a écrit :
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?

What about:
http://thraxil.org/code/cgi_app/

(yes, it is a port of CGI::Application, and FWIW it's mentionned on the CGI::Application's wiki).

HTH
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to