I am trying to install M2Crypto for python on Mint 12. I did `python setup.py build, but the build failed by specifying
error: command 'gcc' failed with exit status 1
the previous 2 lines show that there might be a problem with Python.h:
SWIG/_m2crypto_wrap.c:126:20: fatal error: Python.h: No such file or directory compilation terminated
If someone knows what needs to be done to fix this, let me know.
EDIT
I tried installing python-dev
, but I get the following error:
The following packages have unmet dependencies: python-dev: Depends: python (= 2.6.6-2ubuntu1) but 2.7.2-7ubuntu2 is to be installed E: Unable to correct problems, you have held broken packages
source share