Help with CGI

Tyler Eaves tyler at cg1.org
Sun Apr 13 16:48:31 EDT 2003


On Sunday 13 April 2003 15:41, lost wrote:

> form = cgi.FieldStorage

There's your problem. 
That line should read: 

form = cg1.FieldStorage()

The () is the difference between what you want, and simply getting a copy of 
the class.





More information about the Python-list mailing list