--> --> -->
 
 
ImportError
Python 2.3.5: /local/usr/bin/python2.3
Tue Nov 24 04:03:46 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/15415/runweb
    9 
   10 sys.path.insert(0, BaseDir)
   11 sys.path.insert(0, os.path.join(BaseDir, 'lib'))
   12 
   13 import web; web.main(BaseDir, start)
web undefined, BaseDir = '/usr/hons2004/lli1/Cellerator', start = 1258995826.021486

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