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

ImportError: cannot import name ImageTK #4

Open
WesleyEe opened this issue Jun 17, 2017 · 3 comments
Open

ImportError: cannot import name ImageTK #4

WesleyEe opened this issue Jun 17, 2017 · 3 comments

Comments

@WesleyEe
Copy link

When running testimplementation.py, I run into this error:
ImportError: cannot import name ImageTK

It seems that in line 4 of the code it refers to PIL and tries to import Image and ImageTK from that. However where do I find PIL? There is no document in the repository that is PIL

Anyone knows how to solve this? The deadline for the project is coming soon and I seem stuck on every code I have tried!

@ssi-victoriano-eco
Copy link

install PIL
pip install Pillow

@ssi-victoriano-eco
Copy link

https://pillow.readthedocs.io/en/4.1.x/

@CHAMOD
Copy link

CHAMOD commented Apr 12, 2018

I had the same problem.I solved it by upgrading pillow to the latest version.

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

3 participants