| ImportError | Python 2.2.3: /usr/bin/python Thu May 15 23:21:25 2008 |
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
__doc__ =
"Import can't find module, or can't find name in module."
__getitem__ =
<bound method ImportError.__getitem__ of <exceptions.ImportError instance>>
__init__ =
<bound method ImportError.__init__ of <exceptions.ImportError instance>>
__module__ =
'exceptions'
__str__ =
<bound method ImportError.__str__ of <exceptions.ImportError instance>>
args =
('No module named RESTLogImpl',)