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.