| <type 'exceptions.NameError'> | Python 2.5: /usr/bin/python Tue Aug 23 02:37:27 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/oldest.cgi in |
| 28 have a year of death on file""" |
| 29 |
| 30 PrintListPage('ISFDB Oldest Living Authors', |
| 31 'oldest', 0, 0, 'oldest.cgi', 0, |
| 32 query, AuthorsDisplayFunc, headers, note) |
| PrintListPage undefined, query = 'select YEAR(NOW())-YEAR(author_birthdate) as age... 117\n order by author_birthdate', AuthorsDisplayFunc undefined, headers = ('Age', 'Date of Birth', 'Author'), note = 'The following list includes authors whose year o...ot\n have a year of death on file' |
<type 'exceptions.NameError'>: name 'PrintListPage' is not defined