--> --> -->
Traceback (most recent call last):
  File "/home/jeetsuku/public_html/cgi-bin/species_images.py", line 249, in ?
    show_all()
  File "/home/jeetsuku/public_html/cgi-bin/species_images.py", line 76, in show_all
    spp = this_page.bioserver.select(taxonomy.Species)
  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/lib64/python2.3/site-packages/pyPgSQL/PgSQL.py", line 2210, in connect
    return Connection(connInfo, client_encoding, unicode_results)
  File "/usr/lib64/python2.3/site-packages/pyPgSQL/PgSQL.py", line 2365, in __init__
    raise DatabaseError, m
DatabaseError: FATAL:  password authentication failed for user "jeetsuku"