I have PIL (Python imaging library) installed.
When I run Python:
import PIL import Image import _imaging
I don\'t get errors. Howe
On Ubuntu, the following command helped me (thanks to this answer on askubuntu):
sudo apt-get install libjpeg62:i386