--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.6.5: /usr/bin/python2.6
Wed Sep 8 13:14:05 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'