On Wed, Jan 28, 2009 at 10:15 AM, excord80 <excor...@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 -- http://mail.python.org/mailman/listinfo/python-list