I'm trying to install pycrypto-2.1.0
but attempt to do with 'python setup.py build'
elicits:
running build
running build_py
running build_ext
warning: GMP library not found; Not building Crypto.PublicKey._fastmath.
I installed GMP (gmp-4.3.2) and it's in: /usr/local/lib
How do I get python/pycrypto to recognize that GMP is already present on my system?
Mac OS: 10.6.3 Python version: 2.6.1