--> -->
 
 
<class 'DataCollector.ApplicationError'>
Python 2.6.1: /usr/bin/python
Fri Sep 3 00:44:34 2010

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/html/tables.gersteinlab.org/index.cgi in ()
  197                 print e.__class__.__name__, "</B><BR>"
  198                 print "<I>", e , "</I>"
  199                 print "</td></tr></table>"
  200 else:
  201         main_html(form)
main_html = <function main_html at 0xb7dab10c>, form = FieldStorage(None, None, [MiniFieldStorage('tabl...yotes'), MiniFieldStorage('value', 'index.php')])
 /var/www/html/tables.gersteinlab.org/index.cgi in main_html(form=FieldStorage(None, None, [MiniFieldStorage('tabl...yotes'), MiniFieldStorage('value', 'index.php')]))
   77         
   78         try:
   79                 app = Application(conn, app_id)
   80         except ApplicationError:
   81                 # Search for system id if there's no matching app
app undefined, global Application = <class DataCollector.Application at 0xb7e6d0bc>, conn = <_mysql.connection open to 'localhost' at 9c171f4>, app_id = 'prokaryotes'
 /var/www/html/tables.gersteinlab.org/DataCollector.py in __init__(self=<Application instance>, conn=<_mysql.connection open to 'localhost' at 9c171f4>, app_id='prokaryotes')
  104                 if (not result):
  105                         raise ApplicationError('Application ID "' 
  106                                                                         + app_id + '" not found')
  107                 self.app_id = app_id
  108                 self.display_name = result["app_display_name"]
app_id = 'prokaryotes'

<class 'DataCollector.ApplicationError'>: Application ID "prokaryotes" not found
      args = ('Application ID "prokaryotes" not found',)
      message = 'Application ID "prokaryotes" not found'