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".
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".