| <type 'exceptions.AttributeError'> | Python 2.5: /usr/local/bin/python Tue Oct 7 08:30:38 2008 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /usr/home/stlpartn/public_html/cgi-bin/eventhandlers.py in |
| 186 despatcher.match( |
| 187 "/event/october2007/registration-form.php", |
| 188 GET=October2007RegistrationForm.form_handler, POST=October2007RegistrationForm.submit_handler |
| 189 ) |
| 190 despatcher.match( |
| GET undefined, October2007RegistrationForm = <class '__main__.October2007RegistrationForm'>, October2007RegistrationForm.form_handler undefined, POST undefined, October2007RegistrationForm.submit_handler undefined |
<type 'exceptions.AttributeError'>: type object 'October2007RegistrationForm' has no attribute 'form_handler'