| <type 'exceptions.TypeError'> | Python 2.5: /usr/bin/python Wed Aug 24 00:34:56 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_title_search.cgi in |
| 17 from advSearchClass import AdvancedSearch |
| 18 |
| 19 if __name__ == '__main__': |
| 20 search = AdvancedSearch('Title', 'title') |
| 21 search.display_selection() |
| search undefined, AdvancedSearch = <class advSearchClass.AdvancedSearch at 0x8608cbc> |
<type 'exceptions.TypeError'>: __init__() takes exactly 1 argument (3 given)