Python Forum
pyhton error there is no PIL module error help! - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: pyhton error there is no PIL module error help! (/thread-8465.html)



pyhton error there is no PIL module error help! - pokeboss235 - Feb-21-2018

I am trying to use the program on this link https://gist.github.com/cdiener/10491632#file-asciinator-py
however the first line is giving my python trouble specificly the whole PIL thing it says there is no module named PIL when i type this in i have tried substituting it for different names did not work. any ideas? i tried checking my version but it just says python not defined.

update my python version is 2.7


RE: pyhton error there is no PIL module error help! - Larz60+ - Feb-22-2018

it's pillow for import!
The wheel can be had here: https://pypi.python.org/pypi/Pillow/5.0.0