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: No module named Image #2

Open
MaxwellRebo opened this issue Jan 2, 2018 · 1 comment
Open

ImportError: No module named Image #2

MaxwellRebo opened this issue Jan 2, 2018 · 1 comment

Comments

@MaxwellRebo
Copy link

File "test.py", line 12, in <module>
    import Image
ImportError: No module named Image

Using Python 2.7, attempting to import Image directly gives an ImportError as above. Doing

from PIL import Image

seems to work. Perhaps this should be changed in test.py?

@gujiuxiang
Copy link
Owner

Thanks for your suggestion, I will have a look at this issue.

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

2 participants