google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

Error importing middleware django_openid.consumer: "No module named hashlib" #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the specific versions as defined below
2. Follow the steps at http://pinaxproject.com/docs/trunk/install.html 
3.

What is the expected output? What do you see instead?
nothing just tried to install the product as per
http://pinaxproject.com/docs/trunk/install.html and received the error below

What version of the product are you using? On what operating system?
pinax version 0.7.0dev
python 2.4.1
mysqldb from 1.2.2 py 2.4
Windows XP SP3

Please provide any additional information below.
ImproperlyConfigured: Error importing middleware django_openid.consumer:
"No module named hashlib"

Original issue reported on code.google.com by Donald.C...@gmail.com on 10 Jan 2009 at 3:57

GoogleCodeExporter commented 9 years ago
hashlib is new in Python 2.5 (see http://docs.python.org/library/hashlib.html).

I haven't found documentation about the minimal requirements for Pinax, but it 
seems
that django_openid.consumer requires Python 2.5.

Original comment by dhahler@gmail.com on 12 Jan 2009 at 7:35

GoogleCodeExporter commented 9 years ago
Yes, I am aware of this actually. I have temporarily patched at (along with 
other fixes we needed) http://github.com/brosner/django-openid/tree/master. 
Pinax has 2.4 support, but this is one of the trunk 
blockers for complete support. I am not sure if there are others. Thanks for 
bringing this up we should report an 
issue with django-openid.

This is not a Pinax issue nor one we can patch locally unfortunately.

Original comment by bros...@gmail.com on 12 Jan 2009 at 7:38