Comment 3 for bug 1156583

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

Can confirm this. Thanks KEIII, your suggestion works!

Dependencies are also: python-imaging python-imaging-compat

The phatch package has a *MISSING* dependency though: python3-imaging

1.) sudo apt-get install python3-imaging (that's where the PIL folder is located)

And then there's still the broken link/symlink:
2.) sudo cp -ivr /usr/lib/python3/dist-packages/PIL/* /usr/share/phatch/phatch/lib/ (press "n" for No twice!)
(or create a proper symlink)

3.) it works!