You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python-tkinter is now called python-tk,
python-imaging is now python-pil,
python-imaging-tk is now python-pil.imagetk, and
libjpeg-progs is now libjpeg-turbo-progs.
I additionally had to install python-gi.
Running cropgui.py still fails because "ImportError: No module named ImageTk".
BTW: You should probably add instructions on how to reverse the sudo bash ./install.sh -p /usr -P /usr/bin/python
The text was updated successfully, but these errors were encountered:
On kubuntu 20.04 LTS (Focal Fossa), at least, though it's likely the same on other flavors of ubuntu, a successful installation (following which the program was working perfectly) proceeded as follows:
python-tkinter is now called python-tk,
python-imaging is now python-pil,
python-imaging-tk is now python-pil.imagetk, and
libjpeg-progs is now libjpeg-turbo-progs.
I additionally had to install python-gi.
Running cropgui.py still fails because "ImportError: No module named ImageTk".
BTW: You should probably add instructions on how to reverse the
sudo bash ./install.sh -p /usr -P /usr/bin/python
The text was updated successfully, but these errors were encountered: