| <type 'exceptions.TypeError'> | Python 2.5: /usr/bin/python Sun Sep 4 07:18:10 2022 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /var/www/cgi-bin/adv_pub_search.cgi in |
| 17 from advSearchClass import AdvancedSearch |
| 18 |
| 19 if __name__ == '__main__': |
| 20 search = AdvancedSearch('Publication', 'pub') |
| 21 search.display_selection() |
| search undefined, AdvancedSearch = <class advSearchClass.AdvancedSearch at 0x8c78d1c> |
<type 'exceptions.TypeError'>: __init__() takes exactly 1 argument (3 given)