<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 15 May, 2010, at 18:43, Peter Inglesby wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">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></span></blockquote><div><br></div>I don't know how the stackless installer was build, but I do know that there are issues building the CPython installer on OSX 10.6 that can result in the problem you're seeing.  I'm very close to committing a fix for that to the CPython trunk and will port that to the other CPython branches. I expect that stackless will pick that up when they pull from the CPython repository again.</div><div><br></div><div>Ronald</div><div><br></div></body></html>