--> --> -->
 
 
<type 'exceptions.NameError'>
Python 2.5: /usr/bin/python
Mon Sep 5 00:48:34 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/youngest_nl.cgi in ()
   25         headers = ('Age', 'Date of Birth', 'Author')
   26         
   27         PrintListPage('ISFDB Youngest Non-Living Authors',
   28                       'youngest_nl', 0, 0, 'youngest_nl.cgi', 0,
   29                       query, AuthorsDisplayFunc, headers)
PrintListPage undefined, query = 'select YEAR(author_deathdate)-YEAR(author_birthd... by YEAR(author_deathdate)-YEAR(author_birthdate)', AuthorsDisplayFunc undefined, headers = ('Age', 'Date of Birth', 'Author')

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