--> --> -->
 
 
ImportError
Python 2.4.3: /usr/bin/python
Thu Mar 11 17:10:31 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.

 /web/script/jcgregorio/wellformedweb.org/RESTLog.cgi
   11 import cgitb; cgitb.enable()
   12 
   13 import RESTLogCfg
   14 import RESTLogImpl
   15 
RESTLogCfg undefined
 /web/script/jcgregorio/wellformedweb.org/RESTLogCfg.py
    2 import RESTLogImpl
    3 
    4 # Where the item and comment files stored.
    5 RESTLogImpl.config.data_dir = "/home/jcgregorio/web/bitworking.org/data/"
    6 # Where the index.html and index.rss files live.
RESTLogImpl undefined

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