Am 14.09.2010 16:26, schrieb lsolesen: > Tried on another machine, but with this error: > > lsole...@lsolesen-toshiba:~/Desktop/python-mcrypt-1.1$ python setup.py > install > running install > running build > running build_ext > building 'mcrypt' extension > gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall - > Wstrict-prototypes -fPIC -DVERSION="1.1" -I/usr/include/python2.6 -c > mcrypt.c -o build/temp.linux-i686-2.6/mcrypt.o > mcrypt.c:23:20: error: mcrypt.h: No such file or directory
You are missing the development headers for mcrypt, too. sudo apt-get install libmcrypt-dev Christian -- http://mail.python.org/mailman/listinfo/python-list