First time here? Check out the FAQ!
1

What does Cannot translate loader: askbot.skins.loaders.load_template_source mean?
 

I get this error when running the manage.py send_email_alerts

/usr/local/lib/python2.6/dist-packages/coffin/common.py:54: UserWarning: Cannot translate loader: askbot.skins.loaders.load_template_source warnings.warn('Cannot translate loader: %s' % loader)

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
tfoote's avatar
161
tfoote
asked 14 years ago

Comments

see more comments

1 Answer

0

It's a warning that appears probably because something is done in not a particularly civilized way, but can be safely ignored.

Askbot uses jinja2 templates which are loaded via an adapter module called "coffin", in addition - askbot has skin system that subclasses the "coffin" and somewhere in that area there is a hack causing that warning.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 14 years ago
link

Comments

see more comments