Make PyCrypto work with PyPy
I was trying to pip install PyCrypto in a PyPy virtualenv and kept getting build errors, mostly related to PyLongObject. I worked around the problem by uninstalling the gmp library. I'm on OS X so I did: brew uninstall gmp (If...