I've tried installing Stackless 2.6.5 on OS X 10.5 with <span>stackless-2.6.5-macosx10.5-2010-03-24.dmg linked to from <a href="http://zope.stackless.com/download/sdocument_view" target="_blank">http://zope.stackless.com/download/sdocument_view</a>.<br>

<br>However, I can't use hashlib:<br><br>>>> import hashlib<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/hashlib.py", line 136, in <module><br>

    md5 = __get_builtin_constructor('md5')<br>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/hashlib.py", line 63, in __get_builtin_constructor<br>    import _md5<br>ImportError: No module named _md5<br>

<br>Is there a problem with the .dmg or could I have done something wrong?<br><br>Thanks in advance for any help.</span>