TypeError with genCGI.py

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • D

    TypeError with genCGI.py

    Hello,

    We are using genCGI.py from the Internet Programming with Python book. We migrated to using Python 2.2.2 from 2.1.3 and we are now getting the following:

    Unhandled exception encountered.

    exceptions.Type Error
    File "/usr/ngasi/contexts/odomain/odomain/cgi-bin/genCGI.py", line 94, in GO
    form = self.get_form()
    File "/usr/ngasi/contexts/odomain/odomain/cgi-bin/genCGI.py", line 264, in get_form
    form = self.get_form_b ase(self)

    I notice that the month4.cgi example on the book site gets the same error:



    Does anyone have any idea what the problem is or perhaps have a fix?

    Thanks,

    Dan

    Dan Snider
    Object Domain Systems Inc.

    dsnider@objectd omain.com

Working...