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
Traceback (most recent call last):
File "/usr/bin/cropgui", line 22, in<module>
from PIL import ImageTk
ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib64/python3.9/site-packages/PIL/__init__.py)
Versions
Operation system: Linux version 5.11.14-200.fc33.x86_64 ([email protected]) (gcc (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9), GNU ld version 2.35-18.fc33) #1 SMP Wed Apr 14 15:25:53 UTC 2021
Python 3.9
DNF: Versions
$ sudo dnf install python2-pillow libjpeg-turbo-utils pygtk2 pygtk2-libglade ImageMagick perl-Image-ExifTool python3-pillow python3-tkinter python2-tkinter python3-gobject python-pillow python3-distutils-extra
Letzte Prüfung auf abgelaufene Metadaten: vor 0:33:12 am Mo 19 Apr 2021 11:02:27.
Das Paket python2-pillow-6.2.2-5.fc33.x86_64 ist bereits installiert.
Das Paket libjpeg-turbo-utils-2.0.5-5.fc33.x86_64 ist bereits installiert.
Das Paket pygtk2-2.24.0-33.fc33.x86_64 ist bereits installiert.
Das Paket pygtk2-2.24.0-33.fc33.x86_64 ist bereits installiert.
Das Paket ImageMagick-1:6.9.11.27-1.fc33.x86_64 ist bereits installiert.
Das Paket perl-Image-ExifTool-12.00-2.fc33.noarch ist bereits installiert.
Das Paket python3-pillow-7.2.0-5.fc33.x86_64 ist bereits installiert.
Das Paket python3-tkinter-3.9.2-1.fc33.x86_64 ist bereits installiert.
Das Paket python2.7-2.7.18-8.fc33.x86_64 ist bereits installiert.
Das Paket python3-gobject-3.38.0-2.fc33.x86_64 ist bereits installiert.
Das Paket python3-pillow-7.2.0-5.fc33.x86_64 ist bereits installiert.
Das Paket python3-distutils-extra-2.39-18.fc33.noarch ist bereits installiert.
Abhängigkeiten sind aufgelöst.
Nichts zu tun.
Fertig.
The text was updated successfully, but these errors were encountered:
I run the following code on Fedora 33:
sudo dnf install python2-pillow libjpeg-turbo-utils pygtk2 pygtk2-libglade ImageMagick perl-Image-ExifTool python3-pillow python3-tkinter python2-tkinter python3-gobject python-pillow python3-distutils-extra git clone https://github.com/jepler/cropgui.git cd cropgui sudo bash ./install.sh -p /usr -P /usr/bin/python cropgui
returns
Versions
Operation system:
Linux version 5.11.14-200.fc33.x86_64 ([email protected]) (gcc (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9), GNU ld version 2.35-18.fc33) #1 SMP Wed Apr 14 15:25:53 UTC 2021
Python 3.9
DNF: Versions
The text was updated successfully, but these errors were encountered: