Re: problem running the cgi module

2005-03-31 Thread chris patton
Thanks alot. This helps tremendously -- http://mail.python.org/mailman/listinfo/python-list

Re: problem running the cgi module

2005-03-31 Thread Kent Johnson
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

Re: problem running the cgi module

2005-03-30 Thread chris patton
Thanks for the help. -- http://mail.python.org/mailman/listinfo/python-list

Re: problem running the cgi module

2005-03-30 Thread pythonUser_07
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

problem running the cgi module

2005-03-30 Thread chris patton
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