Comment 32 for bug 1112496

Revision history for this message
Christian Niemeyer (christian-niemeyer) wrote :

Found a solution from https://bugs.launchpad.net/phatch/+bug/1156583 by user KEIII about a broken symlink. Additionally python3-imaging is *missing* from the depencies of the phatch package. (besides python-imaging and python-imaging-compat)

1.) sudo apt-get install python3-imaging

2.) User KEIII wrote: "It seems link to /usr/lib/python3/dist-packages/PIL/PngImagePlugin.py are broken or missing
If copy or make symlink it to /usr/share/phatch/phatch/lib phatch start correctly"

I just did: sudo cp -ivr /usr/lib/python3/dist-packages/PIL/* /usr/share/phatch/phatch/lib/ (press "n" for No twice!)

3.) it works!

I link this bug report to the other one of the phatch package.