I may have used MacPorts in the past - there's lots of stuff in /opt/var/local/macports.  However, port is not in my path, and ~/.macports is empty.  Equally, I don't recall having installed any extra ssl libraries - although I may have done!  How can I find out which ssl library version I have?<br>
<br>Thanks for your help.<br><br>Pete.<br><br><br>
<div class="gmail_quote">On 15 May 2010 21:57, Aleksandar Radulovic <span dir="ltr"><<a href="mailto:alex@a13x.net" target="_blank">alex@a13x.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


Hi,<br>
<br>
I built the installer for OS X, and it linked against standard libs in<br>
standard locations. This is not related to stackless per se, it's<br>
related to the way python itself is built. I remember having a problem<br>
building python for HP-UX and linking against the correct ssl<br>
libraries.<br>
<br>
Do you use MacPorts or Fink? Did you install any extra ssl libraries?<br>
Which ssl library version do you have?<br>
<br>
I have installed the built Stackless 2.6.5 on several OS X machines<br>
(although, 10.6) and it works.<br>
<br>
<br>
-alex<br>
<div><div></div><div><br>
On Sat, May 15, 2010 at 4:43 PM, Peter Inglesby<br>
<<a href="mailto:peter.inglesby@googlemail.com" target="_blank">peter.inglesby@googlemail.com</a>> wrote:<br>
> I've tried installing Stackless 2.6.5 on OS X 10.5 with<br>
> stackless-2.6.5-macosx10.5-2010-03-24.dmg linked to from<br>
> <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<br>
> "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/hashlib.py",<br>
> line 136, in <module><br>
>     md5 = __get_builtin_constructor('md5')<br>
>   File<br>
> "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/hashlib.py",<br>
> 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.<br>
</div></div>> _______________________________________________<br>
> Stackless mailing list<br>
> <a href="mailto:Stackless@stackless.com" target="_blank">Stackless@stackless.com</a><br>
> <a href="http://www.stackless.com/mailman/listinfo/stackless" target="_blank">http://www.stackless.com/mailman/listinfo/stackless</a><br>
><br>
<font color="#888888"><br>
<br>
<br>
--<br>
a lex 13 x<br>
<a href="http://www.a13x.info" target="_blank">http://www.a13x.info</a><br>
<br>
_______________________________________________<br>
Stackless mailing list<br>
<a href="mailto:Stackless@stackless.com" target="_blank">Stackless@stackless.com</a><br>
<a href="http://www.stackless.com/mailman/listinfo/stackless" target="_blank">http://www.stackless.com/mailman/listinfo/stackless</a><br>
</font></blockquote></div><br>