You are simply getting this because of you somehow not having the Image library of python. Usually this used to be along with python interpreter. Anyway, you can download and install this easily. The link is
www.pythonware.com/products/pil/
After downloading and install, you can use the import Image easily into your python code.
If you are using .tar.gz file, use below commands.
setup.py build
setup.py install
www.pythonware.com/products/pil/
After downloading and install, you can use the import Image easily into your python code.
If you are using .tar.gz file, use below commands.
setup.py build
setup.py install
Comments