-->
--> -->
Traceback (most recent call last):
File "/home/jeetsuku/public_html/cgi-bin/home.py", line 96, in ?
main()
File "/home/jeetsuku/public_html/cgi-bin/home.py", line 37, in main
this_page.sidebar_items.append(sidebar_image_menu())
File "/home/jeetsuku/public_html/cgi-bin/home.py", line 18, in sidebar_image_menu
images = this_page.bioserver.dbclient.request("SELECT image_filename, species_web_image_id FROM species_web_images")
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"