Gents,
Perhaps a FAQ, but I couldn't find it anywhere on the FAQ list.
I've installed and configured all the pre-requisites for 0.8 on my CentOS 5.4 install, and all's well. That is until I open a page to wikipbx.mydomein.com.
All I get is an Error 500 page, and an error in the web server logs as follows:
[Mon Jan 25 20:27:45 2010] [error] [client 82.28.143.247] mod_wsgi (pid=6327): Exception occurred process
ing WSGI script '/usr/src/wikipbx/wikipbx.wsgi'.
[Mon Jan 25 20:27:45 2010] [error] [client 82.28.143.247] Traceback (most recent call last):
[Mon Jan 25 20:27:45 2010] [error] [client 82.28.143.247] File "/usr/lib/python2.4/site-packages/django
/core/handlers/wsgi.py", line 230, in call
[Mon Jan 25 20:27:45 2010] [error] [client 82.28.143.247] self.load_middleware()
[Mon Jan 25 20:27:45 2010] [error] [client 82.28.143.247] File "/usr/lib/python2.4/site-packages/django
/core/handlers/base.py", line 33, in load_middleware
[Mon Jan 25 20:27:45 2010] [error] [client 82.28.143.247] for middleware_path in settings.MIDDLEWARE_
CLASSES:
[Mon Jan 25 20:27:45 2010] [error] [client 82.28.143.247] File "/usr/lib/python2.4/site-packages/django
/utils/functional.py", line 269, in getattr
[Mon Jan 25 20:27:45 2010] [error] [client 82.28.143.247] self._setup()
[Mon Jan 25 20:27:45 2010] [error] [client 82.28.143.247] File "/usr/lib/python2.4/site-packages/django
/conf/init.py", line 40, in _setup
[Mon Jan 25 20:27:45 2010] [error] [client 82.28.143.247] self._wrapped = Settings(settings_module)
[Mon Jan 25 20:27:45 2010] [error] [client 82.28.143.247] File "/usr/lib/python2.4/site-packages/django
/conf/init.py", line 75, in init
[Mon Jan 25 20:27:45 2010] [error] [client 82.28.143.247] raise ImportError, "Could not import settin
gs '%s' (Is it on sys.path? Does it have syntax errors?): %s" % (self.SETTINGS_MODULE, e)
[Mon Jan 25 20:27:45 2010] [error] [client 82.28.143.247] ImportError: Could not import settings 'wikipbx
.settings' (Is it on sys.path? Does it have syntax errors?): No module named wikipbx.settings
There is a reference to wikipbx.settings in a number of files under the install directory, but I could not locate such a module anywhere.
Can anyone shed some light on this ?
Thanks in advance.





