--> --> -->
 
 
<type 'exceptions.TypeError'>
Python 2.5: /usr/bin/python
Tue Aug 23 03:19:18 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_publisher_search.cgi in ()
   18 
   19 
   20 if __name__ == '__main__':
   21         search = AdvancedSearch('Publisher', 'publisher')
   22         search.display_selection()
search undefined, AdvancedSearch = <class advSearchClass.AdvancedSearch at 0xb6d03cec>

<type 'exceptions.TypeError'>: __init__() takes exactly 1 argument (3 given)