skins issue: warnings.warn('Cannot translate loader: %s' % loader)
I am getting following error and due to this site is actually not getting loaded correctly.
Here is the error:
[Wed Mar 20 14:11:07 2013] [error] /export/scratch/code/myVirtualEnv/local/lib/python2.7/site-packages/Coffin-0.3.7-py2.7.egg/coffin/common.py:73: UserWarning: Cannot translate loader: askbot.skins.loaders.Loader
[Wed Mar 20 14:11:07 2013] [error] warnings.warn('Cannot translate loader: %s' % loader)
I tried both my virtualenv python and regular python and import coffin and in both environment I manage to import coffin successfully.
Comments
I am having the similar issue, my website is not getting rendered. I get the
Cannot translate loader: askbot.skins.loaders.Loader
error. Were you able to fix this error?@sid99, this warning is unlikely to have anything to do with the "website not getting rendered" issue, maybe you could describe it separately in another question?
@Evgeny This is the error message I get on my web browser
Exception Type:ImproperlyConfigured Exception Value:Error importing template source loader askbot.skins.loaders.Loader: "'module' object has no attribute 'Loader'"
. This is the related post http://askbot.org/en/question/11379/error-importing-template-source-loader-askbotskinsloadersloader/ .