--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.7.2: /usr/bin/python2.7
Tue Feb 7 05:48:18 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.

 /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'