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

cannot import name 'ImageTk' from 'PIL' with Python 3.9 #89

Closed
JoKalliauer opened this issue Apr 19, 2021 · 1 comment
Closed

cannot import name 'ImageTk' from 'PIL' with Python 3.9 #89

JoKalliauer opened this issue Apr 19, 2021 · 1 comment

Comments

@JoKalliauer
Copy link
Contributor

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

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.
@JoKalliauer
Copy link
Contributor Author

Thanks to comment I need to install: sudo dnf install python3-pillow-tk, however the README.md should be updated.

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