First time here? Check out the FAQ!
1

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.

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)
SocialQA's avatar
265
SocialQA
asked 12 years ago

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's avatar sid99 (11 years ago)

@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's avatar Evgeny (11 years ago)

@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/ .

sid99's avatar sid99 (11 years ago)
see more comments

1 Answer

1

This error can be disregarded, it is a low priority issue. If anyone finds a solution - please share, we'll merge it.

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 12 years ago
link

Comments

see more comments