Re: cgi undefined?

2007-11-04 Thread Tyler Smith
On 2007-11-04, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > > '/home/tyler/public_html/cgi-bin/cgi.py' > ^^ > > Very simple -- you named YOUR handler "cgi". So when it does "import > cgi" it is importing itself... > Of course. I knew it must be somethin

cgi undefined?

2007-11-04 Thread Tyler Smith
Hi, I'm trying to learn how to use python for cgi scripting. I've got apache set up on my laptop, and it appears to be working correctly. I can run a basic cgi script that just outputs a new html page, without reading in any form data, so I know that the basics are ok. But when I try and use cgi.F