Comment 41 for bug 1112496

Revision history for this message
wyderkat (wyderka-t) wrote :

Hi, if I cannot change "import Image" to "from PIL import Image" in my application, how should fix this Raring only issue?

I cannot make that change, because I have local file "TiffImagePlugin.py" which is modificated version from python-imaging, and "import Image" loads this file from local folder too. That "from PIL import Image" doesn't load it...