Install python-mcrypt on Ubuntu

Benjamin Kaplan benjamin.kaplan at case.edu
Tue Sep 14 10:48:27 EDT 2010


On Tue, Sep 14, 2010 at 10:26 AM, lsolesen <lsolesen at gmail.com> 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



More information about the Python-list mailing list