Loading

Python support for SSL and HTTPS is not installed

I was getting “Python support for SSL and HTTPS is not installed” while trying to use Mercurial on Mac OS X 10.5 Leopard. I upgraded python to 2.5.2

sudo port upgrade python

and mercurial too (1.2.1)

sudo port -u upgrade mercurial

But that didn’t fix it. I’m glad that I found the solution on Twitter

Just do an

sudo port install py25-socket-ssl

4 Comments

  1. Posted July 18, 2009 at 1:07 pm | Permalink

    Just what I was looking for ;). Thanks a lot.

  2. cognominal
    Posted July 20, 2009 at 5:12 pm | Permalink

    thx

  3. scott
    Posted September 2, 2009 at 5:34 pm | Permalink

    you the man thanks

  4. Charles
    Posted September 17, 2009 at 4:41 pm | Permalink

    Another big thank you — just what I needed.

Post a Comment

Your email is never shared.