--> --> -->
 
 
ImportError
Python 2.3.5: /local/usr/bin/python2.3
Tue Nov 24 13:09:57 2009

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

 /tmp/16708/web.cgi
    6 import os; os.umask(077)
    7 import sys; sys.path.insert(0, BaseDir)
    8 sys.path.insert(0, os.path.join(BaseDir, 'lib'))
    9 
   10 import web; web.main(BaseDir)
web undefined, BaseDir = '/usr/pgrad/sholden/lib/cellerator/'

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