After installing PIL with pip install PIL under Ubuntu 11.10, the summary tells me "not available" on all items.
I've read through several "answers" like http://obroll.com/install-python-pil-python-image-library-on-ubuntu-11-10-oneiric/
which essentially tells me the same thing: Install PIL after libjpeg.
I still can't get it to work. (I'm a novice with ubuntu)
Any ideas?
Copy/Paste from the summary:
--------------------------------------------------------------------
PIL 1.1.7 SETUP SUMMARY
--------------------------------------------------------------------
version 1.1.7
platform linux2 2.7.2+ (default, Oct 4 2011, 20:03:08)
[GCC 4.6.1]
--------------------------------------------------------------------
*** TKINTER support not available
*** JPEG support not available
*** ZLIB (PNG/ZIP) support not available
*** FREETYPE2 support not available
*** LITTLECMS support not available
--------------------------------------------------------------------
Finaly got it working. My experience was that even though I installed in the correct order, PIL still could not find libjpeg.
What I did:
PIL works on my machine. My possibly relevant installed packages (
dpkg --get-selections | grep jpg
) are:So you could try just installing the lot and reinstalling PIL. Not a very insightful answer I'm afraid.