--> --> -->
Traceback (most recent call last):
  File "/home/jeetsuku/public_html/cgi-bin/species_images.py", line 16, in ?
    this_page = biosophosimages.HerpwatchBiosophosImagePage()
  File "/home/jeetsuku/public_html/cgi-bin/herpwatchlib/biosophosimages.py", line 31, in __init__
    super(HerpwatchBiosophosImagePage, self).__init__(SiteSections.Images)
  File "/home/jeetsuku/public_html/cgi-bin/herpwatchlib/biosophospage.py", line 133, in __init__
    self.describe_taxonomy()
  File "/home/jeetsuku/public_html/cgi-bin/herpwatchlib/biosophospage.py", line 164, in describe_taxonomy
    if self.current_species:
  File "/home/jeetsuku/public_html/cgi-bin/herpwatchlib/biosophospage.py", line 296, in _get_current_species
    self.__current_species = self.bioserver.selectone(taxonomy.Species, 'taxonomy_species.species_id=' + str(id))
  File "/home/jeetsuku/public_html/cgi-bin/dabbler/objects/dbobjects.py", line 29, in selectone
    r = self.dbclient.requestone(self.get_object_source_sql(dbo_class, criteria))
  File "/home/jeetsuku/public_html/cgi-bin/dabbler/clients/dbclient.py", line 108, in requestone
    return self.dbservice.requestone(sql)
  File "/home/jeetsuku/public_html/cgi-bin/dabbler/services/dbservice.py", line 222, in requestone
    r = self.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"