Hi, I get this errormessage and I don't understand why:
File "/home/xino/.virtualenvs/xinovirtualenv/local/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module
__import__(name)
File "/home/xino/workspace/unnamedapp/unnamedapp/social_auth/urls.py", line 4, in <module>
from views import auth, complete, associate, associate_complete, \
File "/home/xino/workspace/unnamedapp/unnamedapp/social_auth/views.py", line 22, in <module>
from social_auth.backends import get_backend
File "/home/xino/workspace/unnamedapp/unnamedapp/social_auth/backends/__init__.py", line 22, in <module>
from openid.consumer.consumer import Consumer, SUCCESS, CANCEL, FAILURE
TemplateSyntaxError: Caught ImportError while rendering: No module named openid.consumer.consumer
Does anybody know why?
Gràcies,
Rubén
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment