Help with CGI

Tyler Eaves tylere at hotpop.com
Sun Apr 13 16:06:13 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 actually making a copy of 
the class.





More information about the Python-list mailing list