[pycrypto] Problems installing pycrypto 2.5 on Ununtu Linux

Roy Smith roy at panix.com
Sat Mar 17 13:26:23 EDT 2012


Duh, of course.  That did the trick.  Thanks.


On Mar 17, 2012, at 12:26 PM, Legrandin wrote:

>>   building 'Crypto.Hash._MD2' extension
>>    gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/MD2.c -o build/temp.linux-x86_64-2.6/src/MD2.o
>>    src/MD2.c:31:20: error: Python.h: No such file or directory
> 
> You need the library for building python modules:
> 
> sudo apt-get install python-dev
> _______________________________________________
> pycrypto mailing list
> pycrypto at lists.dlitz.net
> http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto
> 


--
Roy Smith
roy at panix.com





More information about the pycrypto mailing list