Comment 7 for bug 1156583

Revision history for this message
frell (lee) wrote :

Comment #2 doesn't work for me, phatch refuses to open any files. However on another bug, i did find this which did get it working for the time being;

------

I fixed my local installation of phatch by editing "/usr/share/phatch/phatch/lib/thumbnail.py" and changing "import PngImagePlugin" in line 62, to "from PIL import PngImagePlugin".