Re: Install python-mcrypt on Ubuntu

2010-09-14 Thread Benjamin Kaplan
On Tue, Sep 14, 2010 at 10:26 AM, lsolesen wrote: > > mcrypt.c:23:20: error: mcrypt.h: No such file or directory Well, there's your problem. You don't have the mcrypt headers installed. sudo apt-get install libmcrypt-dev -- http://mail.python.org/mailman/listinfo/python-list

Re: Install python-mcrypt on Ubuntu

2010-09-14 Thread Christian Heimes
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 -DNDE

Re: Install python-mcrypt on Ubuntu

2010-09-14 Thread 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 -DVER

Re: Install python-mcrypt on Ubuntu

2010-09-14 Thread Christian Heimes
Am 14.09.2010 16:14, schrieb lsolesen: > I am trying to install python-mcrypt (http://labix.org/python-mcrypt) > on Ubuntu, but I cannot get it to work. I have the following python > installed: sudo apt-get install python-dev Christian -- http://mail.python.org/mailman/listinfo/python-list

Install python-mcrypt on Ubuntu

2010-09-14 Thread lsolesen
I am trying to install python-mcrypt (http://labix.org/python-mcrypt) on Ubuntu, but I cannot get it to work. I have the following python installed: Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 I get the following message when trying to install. lsole...@lsolesen-lenovo