It's unable to find the python module openid, I would assume, that you
just don't have the openid python module installed. Since you appear
to be using linux, you should just be able to, on the command line,
do:

pip install python-openid

And it should download and install the module.

On Feb 6, 7:59 am, xina towner <xinatow...@gmail.com> wrote:
> Hi, I get this errormessage and I don't understand why:
>
> File
> "/home/xino/.virtualenvs/xinovirtualenv/local/lib/python2.7/site-packages/d 
> jango/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__.p 
> y",
> 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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to