I have PIL installed with the necessary libraries (so I think). During installation, it shows
However, when I run selftest.py, I get the following:
i.e. it does not detect PIL CORE, FREETYPE2 and LITTLECMS.
I installed the following packages on CentOS 6.0 using python 2.6.5
libjpeg libjpeg-devel zlib zlib-devel freetype freetype-devel lcms lcms-devel
PIL was installed with pip install PIL . However, the self-test was run from the source code from the official PIL website.
Any ideas?
source
share