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)

tfoote's avatar
161
tfoote
asked 2011-02-24 16:44:36 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment 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.

Evgeny's avatar
13.2k
Evgeny
answered 2011-02-24 16:52:01 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments