Imaging-1.1.7をDLし、
/Imaging-1.1.7ディレクトリに入る。
sudo python setup.py install
_imagingft.c:73:10: fatal error: 'freetype/fterrors.h' file not found #include <freetype/fterrors.h> ^ 1 error generated. error: command 'cc' failed with exit status 1
の変なエラー。
を見るとfreetype2をfreetypeでシンボリックリンクを作る
ln -s /usr/local/include/freetype2 /usr/local/include/freetype
再度、
sudo python setup.py install
するといけた。