Using Python's CGIHTTPServer to run CGI programs locally

2001-06-08 Thread Marc Shapiro
I want to write CGI programs in python for my personal use to be executed from my browser on my home LAN. If I run CGIHTTPServer.py it says that it is listening on port 8000. If I then try to access a file in /cgi-bin netscape simply displays the file. If I try to access the file using http

Re: Using Python's CGIHTTPServer to run CGI programs locally

2001-06-08 Thread Eric G. Miller
On Fri, Jun 08, 2001 at 10:32:01AM -0400, Marc Shapiro wrote: I want to write CGI programs in python for my personal use to be executed from my browser on my home LAN. If I run CGIHTTPServer.py it says that it is listening on port 8000. If I then try to access a file in /cgi-bin netscape