Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOLVED - simple-image-reducer - ImportError: No module named Image #5

Open
RafaMartorell opened this issue Jul 20, 2019 · 1 comment

Comments

@RafaMartorell
Copy link
Contributor

RafaMartorell commented Jul 20, 2019

Problem

OS: Linux mint 19.1
Launch the application in terminal, it not open and it write the next error.
/usr/bin/simple-image-reducer
Traceback (most recent call last):
File "/usr/bin/simple-image-reducer", line 28, in
import Image
ImportError: No module named Image

@RafaMartorell RafaMartorell changed the title It does not start SOLVED It does not start Jul 22, 2019
@RafaMartorell RafaMartorell changed the title SOLVED It does not start SOLVED - simple-image-reducer - ImportError: No module named Image Jul 22, 2019
@RafaMartorell
Copy link
Contributor Author

Solution

I searched the network and there the solution, in recent versions of linux if we have the error that the application does not start we must edit the file, with administrator privileges:
/usr/bin/simple-image-reducer
And replace the content of line 28 which is:
import Image
by:
from PIL import Image
And we are already saving the file and the application will work perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant