CGI with python help newbie

Jacek Trzmiel sc0rp at hot.pl
Wed Mar 24 02:34:08 EST 2004


Amy G wrote:

> What is needed to get a python script working over my web server.

Try mod_python, it's much faster than CGI:
http://www.modpython.org/live/current/doc-html/modpython.html

Simple hello world example here:
http://www.modpython.org/live/current/doc-html/tut-what-it-do.html

Best regards,
Jacek.





More information about the Python-list mailing list