a little more help with python server-side scripting

Magnus Lycka lycka at carmen.se
Thu Feb 23 05:32:09 EST 2006


John Salerno wrote:
> The python installation on our windows hosting is not configured as 
> mod_python. 

Perhaps you can switch to linux hosting instead?
If they have mod_python in that environment, you
can use Python Server Pages, and whatever tools
you use, there is much better support for Apache
than for IIS in Python (and many other) web
development tools. After all, Apache has almost 70%
of the web server share, and IIS has about 20%...
http://news.netcraft.com/archives/web_server_survey.html

For mod_python's PSP support, see
http://www.modpython.org/live/current/doc-html/pyapi-psp.html



More information about the Python-list mailing list