--> --> -->
Traceback (most recent call last):
  File "/home/jeetsuku/public_html/cgi-bin/species.py", line 312, in ?
    show_gymnophiona()
  File "/home/jeetsuku/public_html/cgi-bin/species.py", line 23, in show_gymnophiona
    this_page.add_sidebar_taxonomic_menu()
  File "/home/jeetsuku/public_html/cgi-bin/herpwatchlib/biosophospage.py", line 420, in add_sidebar_taxonomic_menu
    submenu = self.build_families_submenu(section.selection_field, section.selection_value)
  File "/home/jeetsuku/public_html/cgi-bin/herpwatchlib/biosophospage.py", line 402, in build_families_submenu
    taxa = self.bioserver.select(taxonomy.Family, selection_field + '=' + str(selection_value))
  File "/home/jeetsuku/public_html/cgi-bin/dabbler/objects/dbobjects.py", line 23, in select
    rows = self.dbclient.request(self.get_object_source_sql(dbo_class, criteria))
  File "/home/jeetsuku/public_html/cgi-bin/dabbler/clients/dbclient.py", line 106, in request
    return self.dbservice.request(sql)
  File "/home/jeetsuku/public_html/cgi-bin/dabbler/services/dbservice.py", line 184, in request
    self.execute(sql)
  File "/home/jeetsuku/public_html/cgi-bin/dabbler/services/dbservice.py", line 149, in execute
    return self._execute(sql, self.dict_cursor, ignore_errors)
  File "/home/jeetsuku/public_html/cgi-bin/dabbler/services/dbservice.py", line 106, in _get_dict_cursor
    self.__dict_cursor = self.new_dict_cursor()
  File "/home/jeetsuku/public_html/cgi-bin/dabbler/services/pgservice.py", line 96, in new_dict_cursor
    return self.connection.cursor()
  File "/home/jeetsuku/public_html/cgi-bin/dabbler/services/dbservice.py", line 74, in _get_connection
    self.__connection = self.new_connection()
  File "/home/jeetsuku/public_html/cgi-bin/dabbler/services/pgservice.py", line 80, in new_connection
    return PgSQL.connect('%s::%s:%s:%s' % (host, database, user, password))
  File "/usr/local/lib/python2.4/site-packages/pyPgSQL/PgSQL.py", line 2210, in connect
    return Connection(connInfo, client_encoding, unicode_results)
  File "/usr/local/lib/python2.4/site-packages/pyPgSQL/PgSQL.py", line 2365, in __init__
    raise DatabaseError, m
DatabaseError: FATAL:  password authentication failed for user "jeetsuku"