ImportError: The _imaging C module is not installed
Great! Well, some googling brought me to this article, where I got the following solution from. Many thanks to the author!
- Download the appropriate PIL source-code tar for your Python installation from here
- Open a console, navigate to the folder where you stored the source code and untar it via
tar -xfzv [nameofpiltar].tar.gz - Change into the main directory of the tarball and execute
sudo python setup.py install - Check whether the installation worked by the command:
python selftest.pywhich should not give any error messages.
No comments:
Post a Comment