--> --> -->
 
 
ImportError
Python 2.4.3: /usr/bin/python
Wed Feb 22 14:50:42 2012

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/jeetsuku/public_html/cgi-bin/species.py
   11 sys.path.insert(0,os.path.dirname(os.path.abspath(__file__)))
   12 
   13 from herpwatchlib import biosophospage
   14 from herpwatchlib import biosophosimages
   15 from biosophy import taxonomy
herpwatchlib undefined, biosophospage undefined
 /home/jeetsuku/public_html/cgi-bin/herpwatchlib/biosophospage.py
    2 
    3 from herpwatchpage import SiteSections, HerpwatchPage, SidebarMenu
    4 from biosophy import biosophos
    5 from biosophy import taxonomy
    6 
biosophy undefined, biosophos undefined
 /home/jeetsuku/public_html/cgi-bin/biosophy/biosophos.py
    6 from dabbler.objects.dbobjects import DbObjectServer
    7 from dabbler.objects.dbobjects import DbObject
    8 from dabbler.clients.dbdataclient import get_dataclient
    9 import taxonomy
   10 
dabbler undefined, get_dataclient undefined
 /home/jeetsuku/public_html/cgi-bin/dabbler/clients/dbdataclient.py
    2 import os
    3 
    4 from dabbler.services import connector
    5 from dabbler.sql import sqlbuilder
    6 from dabbler.clients.dbclient import DbClient
dabbler undefined, connector undefined
 /home/jeetsuku/public_html/cgi-bin/dabbler/services/connector.py
    3 import time
    4 from dbservice import DbService
    5 from pgservice import PostgresService
    6 from mysqlservice import MySQLService
    7 #try:
pgservice undefined, PostgresService undefined
 /home/jeetsuku/public_html/cgi-bin/dabbler/services/pgservice.py
    2 import sys
    3 from pyPgSQL import PgSQL
    4 #import psycopg2
    5 #import psycopg2.extras
    6 #import pgdb
pyPgSQL undefined, PgSQL undefined

ImportError: No module named pyPgSQL
      args = ('No module named pyPgSQL',)