First time here? Check out the FAQ!
0

Makemessages error

So, I'am in askbot directory and launch command:

python ../manage.py jinja2_makemessages -l ru -e html,py,txt

... and get error (traceback)

How to solve that?

bluebyte's avatar
65
bluebyte
asked 2013-03-20 16:36:04 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Do other commands work? For example - can you launch "runserver"?

Evgeny's avatar Evgeny (2013-03-21 23:52:20 -0500) edit

runserver works. compilemessages, collectstatic, migrate also works

bluebyte's avatar bluebyte (2013-03-22 07:32:05 -0500) edit

@Evgeny no ideas?

bluebyte's avatar bluebyte (2013-03-27 07:53:03 -0500) edit

Btw there may be an alternative way to deal with the translations - using the babel package, but I have not investigated this method.

Evgeny's avatar Evgeny (2013-03-27 17:00:21 -0500) edit
add a comment see more comments

1 Answer

0

I've tried to run that command and there were some issues - now fixed in the repo - (but not related to the ones that you have encountered).

This: askbot.deps.livesettings.models.SettingNotSet: ("Startup error, couldn't load EXTERNAL_KEYS.RECAPTCHA_SECRET", None) is often a sign of either a missing library dependency, issues with the cache setup (please use at least locmem, do not use dummy), possibly issue with the database support in MySQL - this latter one could be due to a bugs in Askbot.

Evgeny's avatar
13.2k
Evgeny
answered 2013-03-27 16:59:24 -0500, updated 2013-03-27 17:01:02 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments