<div dir="ltr"><div><div>To follow up, Ned diagnosed this for me off-list. The cause was my recent upgrade to Mavericks, which causes the Xcode 5 command line tools to be installed differently. In case others have the same issue, the solution was to run:<br>
<br>xcode-select --install<br><br></div>(and accept the dialog box it pops up). This is a common issue with Mavericks and open-source projects (not just Python); Ned will add something to the README.<br><br></div>--Guido<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 11, 2014 at 2:22 PM, Ned Deily <span dir="ltr"><<a href="mailto:nad@acm.org" target="_blank">nad@acm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In article<br>
<CAP7+vJ+3sxE6LNt8QeHdni3-E4RwNTpqLVqNsGKLppCMWGA=<a href="mailto:yw@mail.gmail.com">yw@mail.gmail.com</a>>,<br>
<div class=""> Guido van Rossum <<a href="mailto:guido@python.org">guido@python.org</a>> wrote:<br>
</div><div class="">> I don't happen to have OpenSSL configured on my OSX dev box right now. This<br>
> usually leads to some warnings during the build stage and obviously various<br>
> ssl-based tests don't work, but I can still get other stuff done.<br>
<br>
</div>As a side note, you shouldn't have to configure OpenSSL to build any of<br>
the current branches of Python on OS X systems. It should build<br>
gracefully with the Apple-supplied headers and libssl/libcrypto, modulo<br>
possible deprecation warnings in the recent releases of OS X.<br>
<br>
--<br>
Ned Deily,<br>
<a href="mailto:nad@acm.org">nad@acm.org</a><br>
<div class=""><br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
</div>Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/guido%40python.org" target="_blank">https://mail.python.org/mailman/options/python-dev/guido%40python.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>--Guido van Rossum (<a href="http://python.org/~guido">python.org/~guido</a>)
</div>