I've tried installing Stackless 2.6.5 on OS X 10.5 with
stackless-2.6.5-macosx10.5-2010-03-24.dmg
linked to from http://zope.stackless.com/download/sdocument_view.

However, I can't use hashlib:

>>> import hashlib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/hashlib.py",
line 136, in <module>
    md5 = __get_builtin_constructor('md5')
  File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/hashlib.py",
line 63, in __get_builtin_constructor
    import _md5
ImportError: No module named _md5

Is there a problem with the .dmg or could I have done something wrong?

Thanks in advance for any help.
_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to