On Tue, Sep 14, 2010 at 10:26 AM, lsolesen <lsole...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to