| ImportError | Python 2.3.5: /local/usr/bin/python2.3 Sun Nov 8 13:02:16 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/30727/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',)