Thanks alot. This helps tremendously
--
http://mail.python.org/mailman/listinfo/python-list
chris patton wrote:
Hi everyone. I'm trying to code an HTML file on my computer to make it
work with the cgi module. For some reason I can't get it running. This
is my HTML script:
--
HOWDY!
You don't seem to be using a web server at all here
Thanks for the help.
--
http://mail.python.org/mailman/listinfo/python-list
I will take a guess that you might
1) make sure cgi is enabled in your webserver configuration
2) Probably must place the cgi script under $WEBSERVERDOCS/cgi-bin
unless you alter the configuration.
Also, the webserver might need to be configured to understand what
interpreter uses .py files. (not
Hi everyone. I'm trying to code an HTML file on my computer to make it
work with the cgi module. For some reason I can't get it running. This
is my HTML script:
--
HOWDY!
--
And here is