[Stackless] Installing Stackless on OS X 10.5 Reply | Peter Inglesby to stackless

Peter Inglesby peter.inglesby at googlemail.com
Sat May 15 18:43:06 CEST 2010


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.stackless.com/pipermail/stackless/attachments/20100515/02ced384/attachment.htm>


More information about the Stackless mailing list