--> --> -->
 
 
<type 'exceptions.NameError'>
Python 2.5: /usr/bin/python
Mon Sep 5 00:48:49 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.cgi in ()
   19         headers = ('Age', 'Date of Birth', 'Author')
   20         
   21         PrintListPage('ISFDB Youngest Living Authors',
   22                       'youngest', 0, 0, 'youngest.cgi', 0,
   23                       query, AuthorsDisplayFunc, headers)
PrintListPage undefined, query = 'select YEAR(NOW())-YEAR(author_birthdate) as age...or_birthdate) < 40 order by author_birthdate desc', AuthorsDisplayFunc undefined, headers = ('Age', 'Date of Birth', 'Author')

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