Problem:
~$ simple-image-reducer
Traceback (most recent call last):
File "/usr/bin/simple-image-reducer", line 28, in <module>
import Image
ImportError: No module named Image
Reason:
Image != image
Problem:
~$ simple-image-reducer
Traceback (most recent call last):
File "/usr/bin/simple-image-reducer", line 28, in <module>
import Image
ImportError: No module named Image
Reason:
Image != image
It is a bug 1825832.
Please login to launchpad and click "This bug affects you and 1 other person" to confirm that this bug affects you.
The solution from proposed patch is simple - use PIL instead of Image.
We can apply the patch programmatically without installing other stuff:
1) make sure it is available
2) where is it available?
-->> directory /home/MyHomeDir/.local/lib/python2.7/site-packages/image ->> OK
3) Tell simple-image-reducer via link:
4) invoke
simple-image-reducer
again.Works:-)
Rem: Ubuntu 19.10, 19.04