[EMAIL PROTECTED] wrote:
> Hi,
>
> it is a kind of nooby question. Is there a way to transfer a CGI python
> script to mod_python without rewriting the code?

Did you look in the mod_python documentation?

  http://www.modpython.org/live/current/doc-html/hand-cgi.html

It certainly isn't the preferred way of using mod_python. You really
should consider porting it properly to either mod_python or as
someone else suggested, WSGI.

Graham

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to