CGI -> mod_python

Eric S. Johansson esj at harvee.org
Tue Oct 3 10:08:16 EDT 2006


Thomas Jollans wrote:
> Not that I know of, but thanks to the WSGI (specified in PEP 333:
> http://www.python.org/dev/peps/pep-0333/) you should be able to convert
> your app to WSGI, which will run on mod_python, relatively easily
> (depending on your code; 'print' won't work anymore)

I assume this is the library one could use if you were running on Python 
2.3 or 2.4

http://cheeseshop.python.org/pypi/wsgiref

--- eric





More information about the Python-list mailing list