/kb

personal knowledgebase

Install PIL (Python Imaging Library) in Leopard

without comments

Installing modules when using pip, virtualenv and virtualenvwrapper is a breeze, but it took some time before I realized what was the easiest way to install PIL.

I do it this way:

pip -E PATH_TO_VIRTUALENV install http://dist.repoze.org/PIL-1.1.6.tar.gz

This installs a slightly repackaged version of PIL. The latest PIL version is 1.1.7, but as far as I know it’s not available in this form.

Theoretically related posts

Written by hgrimelid

February 7th, 2010 at 1:09 pm

Posted in Programming

Tagged with , , , , ,

Leave a Reply