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

James Mills prologic at shortcircuit.net.au
Tue Jan 27 19:28:49 EST 2009


On Wed, Jan 28, 2009 at 10:15 AM, excord80 <excord80 at gmail.com> wrote:
> Well, let's see. I don't need a templating library, since -- as you
> pointed out -- I can just use Python's own. I don't need a db
> interface (can just make my own dbapi calls if needed). Don't need url
> mapping (can just use mod_rewrite rules in my .htaccess to point at my
> cgi scripts). Don't think I need any i80n. And I don't need an admin
> interface. ... It would seem that I don't need a whole lot at the
> moment.

One option is to configure Apache with mod_wsgi and just
use WSGI. Fairly simple really and much like CGI.

cheers
James



More information about the Python-list mailing list