Help with CGI

lost lost at soul.net
Sun Apr 13 17:01:40 EDT 2003


On Sun, 13 Apr 2003 20:48:31 +0000, Tyler Eaves wrote:

> 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.
meh! can't believe i didn't see that one :)
thanks, Tyler!





More information about the Python-list mailing list