Revision history [back]
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.