Traceback (most recent call last):
  File "/home/davidean/public_html/liionbms/MoinMoin/request.py", line 1439, in __init__
    RequestBase.__init__(self, properties)
  File "/home/davidean/public_html/liionbms/MoinMoin/request.py", line 156, in __init__
    self._load_multi_cfg()
  File "/home/davidean/public_html/liionbms/MoinMoin/request.py", line 313, in _load_multi_cfg
    self.cfg = multiconfig.getConfig(self.url)
  File "/home/davidean/public_html/liionbms/MoinMoin/multiconfig.py", line 162, in getConfig
    config = _makeConfig(configName)
  File "/home/davidean/public_html/liionbms/MoinMoin/multiconfig.py", line 115, in _makeConfig
    raise error.ConfigurationError(msg)
ConfigurationError: ImportError: No module named wikiconfig

Check that the file is in the same directory as the server script. If
it is not, you must add the path of the directory where the file is
located to the python path in the server script. See the comments at
the top of the server script.

Check that the configuration file name is either "wikiconfig.py" or the
module name specified in the wikis list in farmconfig.py. Note that the
module name does not include the ".py" suffix.

Traceback (most recent call last):
  File "/home/davidean/public_html/liionbms/MoinMoin/multiconfig.py", line 97, in _makeConfig
    module, mtime = _importConfigModule(name)
  File "/home/davidean/public_html/liionbms/MoinMoin/multiconfig.py", line 31, in _importConfigModule
    module = __import__(name, globals(), {})
ImportError: No module named wikiconfig

Additionally cgitb raised this exception:
Traceback (most recent call last):
  File "/home/davidean/public_html/liionbms/MoinMoin/failure.py", line 143, in handle
    display=request.cfg.traceback_show,
AttributeError: 'RequestCGI' object has no attribute 'cfg'