| <type 'exceptions.NameError'> | Python 2.5: /usr/bin/python Tue Aug 23 02:32:05 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/most_viewed.cgi in |
| 74 limit 500""" |
| 75 headers = ('Rank', 'Views', 'Author') |
| 76 PrintListPage('Most Viewed Authors Since 2005', 'most_viewed', 0, 0, 'most_viewed.cgi', 0, query, AuthorsDisplayFunc, headers) |
| 77 sys.exit(0) |
| 78 |
| PrintListPage undefined, query = 'select @rownum:=@rownum+1, author_canonical, aut...er by author_views desc\n limit 500', AuthorsDisplayFunc undefined, headers = ('Rank', 'Views', 'Author') |
<type 'exceptions.NameError'>: name 'PrintListPage' is not defined