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.
Error in your configuration file "/home/sergej/community.cvs/network/moinmoin/pkg/usr/lib/python2.5/site-packages/MoinMoin/config/multiconfig.py" around line 45.
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home/sergej/community.cvs/network/moinmoin/pkg/usr/lib/python2.5/site-packages/MoinMoin/request/request_standalone.py in __init__ (self=<MoinMoin.request.request_standalone.Request object at 0x8e82d0c>, sa=<MoinMoin.server.server_standalone.MoinRequestHandler instance at 0x8e821cc>, properties={})
/home/sergej/community.cvs/network/moinmoin/pkg/usr/lib/python2.5/site-packages/MoinMoin/request/__init__.py in __init__ (self=<MoinMoin.request.request_standalone.Request object at 0x8e82d0c>, properties={})
/home/sergej/community.cvs/network/moinmoin/pkg/usr/lib/python2.5/site-packages/MoinMoin/request/__init__.py in _load_multi_cfg (self=<MoinMoin.request.request_standalone.Request object at 0x8e82d0c>)
/home/sergej/community.cvs/network/moinmoin/pkg/usr/lib/python2.5/site-packages/MoinMoin/config/multiconfig.py in getConfig (url='127.0.0.1:8080/')
/home/sergej/community.cvs/network/moinmoin/pkg/usr/lib/python2.5/site-packages/MoinMoin/config/multiconfig.py in _makeConfig (name='wikiconfig')
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.
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home/sergej/community.cvs/network/moinmoin/pkg/usr/lib/python2.5/site-packages/MoinMoin/config/multiconfig.py in _makeConfig (name='wikiconfig')
/home/sergej/community.cvs/network/moinmoin/pkg/usr/lib/python2.5/site-packages/MoinMoin/config/multiconfig.py in _importConfigModule (name='wikiconfig')
No module named wikiconfig