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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to