--> --> -->
 
 
<type 'exceptions.NameError'>
Python 2.5: /usr/bin/python
Mon Sep 5 00:48:54 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_nl.cgi in ()
   22         headers = ('Age', 'Date of Birth', 'Author')
   23 
   24         PrintListPage('ISFDB Oldest Non-Living Authors',
   25                       'oldest_nl', 0, 0, 'oldest_nl.cgi', 0,
   26                       query, AuthorsDisplayFunc, headers)
PrintListPage undefined, query = 'select YEAR(author_deathdate)-YEAR(author_birthd...EAR(author_deathdate)-YEAR(author_birthdate) desc', AuthorsDisplayFunc undefined, headers = ('Age', 'Date of Birth', 'Author')

<type 'exceptions.NameError'>: name 'PrintListPage' is not defined