How do I install pyOpenSSL on Mac OS X?

Eric picture Eric · Jan 16, 2013 · Viewed 14.3k times · Source

I am using Titanium 3.0 and trying to update pyOpenSSL. I have checked the python website and only see downloadable links for Windows. In the Tianium forum they say that "If you installed Python using MacPorts or Homebrew, use the same utility to install PyOpenSSL and PyCrypto." I tried using homebrew and did "brew install pyopenssl" and got the error message "No available formula for pyopenssl". Any advice?

Answer

meeech picture meeech · Jan 28, 2013

try using easy_install

easy_install PyOpenSSL

easy_install PyCrypto