--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.6.2: /usr/bin/python
Sat Mar 13 14:38:32 2010

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

 /var/www/russ.yanofsky.org/htdocs/code.py in ()
    3 import web
    4 import widgets
    5 from pyPgSQL import PgSQL
    6 
    7 
pyPgSQL undefined, PgSQL undefined

<type 'exceptions.ImportError'>: No module named pyPgSQL
      args = ('No module named pyPgSQL',)
      message = 'No module named pyPgSQL'