[Lighthouse]
 
 
<type 'exceptions.ImportError'>
Python 2.6.5: /usr/local/bin/python
Mon Sep 6 14:24:03 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.

 /usr/local/src/tmda-cgi-0.16.4/tmda-cgi.py in ()
   72 sys.path.insert(0, os.path.join(os.environ["TMDA_BASE_DIR"], "TMDA",
   73   "pythonlib"))
   74 from TMDA import Errors
   75 
   76 import CgiUtil
TMDA undefined, Errors undefined

<type 'exceptions.ImportError'>: No module named TMDA
      args = ('No module named TMDA',)
      message = 'No module named TMDA'