Attachment 'traceback1.html'
Download --> -->
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.
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
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/moin/lib/python2.3/site-packages/MoinMoin/request.py
in __init__
(self=<MoinMoin.request.RequestModPy object>, req=<mod_python.apache.Request instance>)
- 1755 env=req.subprocess_env
- 1756 self._setup_vars_from_std_env(env)
- 1757 RequestBase.__init__(self)
- 1758
- 1759 except Exception, err:
- global
RequestBase
= <class 'MoinMoin.request.RequestBase'>
- RequestBase.__init__
= <unbound method RequestBase.__init__>
- self
= <MoinMoin.request.RequestModPy object>
/usr/local/moin/lib/python2.3/site-packages/MoinMoin/request.py
in __init__
(self=<MoinMoin.request.RequestModPy object>, properties={})
- 111 # order is important here!
- 112 self.__dict__.update(properties)
- 113 self._load_multi_cfg()
- 114
- 115 self.isSpiderAgent = self.check_spider()
- self
= <MoinMoin.request.RequestModPy object>
- self._load_multi_cfg
= <bound method RequestModPy._load_multi_cfg of <MoinMoin.request.RequestModPy object>>
/usr/local/moin/lib/python2.3/site-packages/MoinMoin/request.py
in _load_multi_cfg
(self=<MoinMoin.request.RequestModPy object>)
- 257 if not hasattr(self, 'cfg'):
- 258 from MoinMoin import multiconfig
- 259 self.cfg = multiconfig.getConfig(self.url)
- 260
- 261 def setAcceptedCharsets(self, accept_charset):
- self
= <MoinMoin.request.RequestModPy object>
- self.cfg undefined
- multiconfig
= <module 'MoinMoin.multiconfig' from '/usr/local/...python2.3/site-packages/MoinMoin/multiconfig.py'>
- multiconfig.getConfig
= <function getConfig>
- self.url
= 'www.itia.ntua.gr/moin/FrontPage'
/usr/local/moin/lib/python2.3/site-packages/MoinMoin/multiconfig.py
in getConfig
(url='www.itia.ntua.gr/moin/FrontPage')
- 154 config = _config_cache[configName]
- 155 except KeyError:
- 156 config = _makeConfig(configName)
- 157 config = _config_cache.setdefault(configName, config)
- 158 return config
- config undefined
- global
_makeConfig
= <function _makeConfig>
- configName
= 'wikiconfig'
/usr/local/moin/lib/python2.3/site-packages/MoinMoin/multiconfig.py
in _makeConfig
(name='wikiconfig')
- 109 module name does not include the ".py" suffix.
- 110 '''
- 111 raise error.ConfigurationError(msg)
- 112 except AttributeError:
- 113 msg = '''
- global
error
= <module 'MoinMoin.error' from '/usr/local/moin/lib/python2.3/site-packages/MoinMoin/error.py'>
- error.ConfigurationError
= <class MoinMoin.error.ConfigurationError>
- msg
= 'ImportError: No module named wikiconfig\n\n\nCheck ...e\nmodule name does not include the ".py" suffix.\n'
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.
- exceptions = <bound method ConfigurationError.exceptions of <MoinMoin.error.ConfigurationError instance>>
- innerException = (<class exceptions.ImportError>, <exceptions.ImportError instance>, <traceback object>)
- message = 'ImportError: No module named wikiconfig\n\n\nCheck ...e\nmodule name does not include the ".py" suffix.\n'
Traceback
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/moin/lib/python2.3/site-packages/MoinMoin/multiconfig.py
in _makeConfig
(name='wikiconfig')
- 93 global _farmconfig_mtime
- 94 try:
- 95 module, mtime = _importConfigModule(name)
- 96 configClass = getattr(module, 'Config')
- 97 cfg = configClass(name)
- module undefined
- mtime undefined
- global
_importConfigModule
= <function _importConfigModule>
- name
= 'wikiconfig'
/usr/local/moin/lib/python2.3/site-packages/MoinMoin/multiconfig.py
in _importConfigModule
(name='wikiconfig')
- 29 # FIXME if someone calls his config module stats.py, it gets confused
- 30 # with MoinMoin.stats built-in statistics module and fails.
- 31 module = __import__(name, globals(), {})
- 32 mtime = os.path.getmtime(module.__file__)
- 33 except ImportError:
- module undefined
- builtin
__import__
= <built-in function __import__>
- name
= 'wikiconfig'
- builtin
globals
= <built-in function globals>
ImportError
No module named wikiconfig
- args = ('No module named wikiconfig',)
System Details
- Date: Wed, 13 Sep 2006 14:41:04 +0000
- Platform: Linux acheloos 2.6.12 #1 SMP Wed Jul 19 15:49:56 EEST 2006 i686
- Python: Python 2.3.4 (/usr/bin/python)
- MoinMoin: Release 1.5.4 (release)
Attached Files
To refer to attachments on a page, use
attachment:filename, as shown below in the list of files. Do
NOT use the URL of the
[get] link, since this is subject to change and can break easily.
You are not allowed to attach a file to this page.