I've got error which is generated by PIL when I trying to process jpg-images: Python Imaging Library (PIL) Decoder jpeg not available.
How to fix this problem?
|
I've got error which is generated by PIL when I trying to process jpg-images: How to fix this problem? |
|||
|
|
|
PIL is missing To install it:
But PIL still can't find library. Now you need to reinstall it:
|
|||
|
|
|
You could also install it from MacPorts. They have PIL for several versions of Python.
Check out the site for how to install MacPorts, then just type |
|||
|
|