First time here? Check out the FAQ!
0

SettingNotSet: ("Startup error, couldn't load EXTERNAL_KEYS.RECAPTCHA_SECRET", None)

I get this error when I first run my server:

SettingNotSet: ("Startup error, couldn't load EXTERNAL_KEYS.RECAPTCHA_SECRET", None)

I'm running on webfaction using the directions here: http://askbot.org/en/question/3147/need-step-by-step-installation-procedure-in/

This is the same issue that was reported here: http://askbot.org/en/question/3264/running-askbot-test-suites/ and here: https://gist.github.com/2713654

I got this error both with askbot 0.7.43 or askbot-devel.

Joseph's avatar
353
Joseph
asked 2012-07-19 21:21:24 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Installed Askbot in a virtual machine. Using django's internal development server everything was working fine. Then I switched to Apache/WSGI and I end up with the exact same error.

A. Pritschet's avatar A. Pritschet (2013-04-09 02:53:51 -0500) edit

Traceback:

[Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] Traceback (most recent call last): [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] File "/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__ [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] self.load_middleware() [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 45, in load_middleware [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] mod = import_module(mw_module) [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] __import__(name) [Tue Apr ... (more)

A. Pritschet's avatar A. Pritschet (2013-04-09 03:22:36 -0500) edit
add a comment see more comments

1 Answer

0

This is likely to be a masked import error.

Make sure that all dependency modules are installed and are on the python path.

Evgeny's avatar
13.2k
Evgeny
answered 2012-07-19 22:13:30 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments