ImportError: No module named pil

Don’t panic in case of data tilt, teach you to easily obtain the slope of table tilt>>>

ImportError: No module named pil

Installing Python PIL on win7 64 bit system

First, through easy_ Install said the PIL module could not be found

Second, go to the official website to find: http://www.pythonware.com/products/pil/

Found several versions of the installation version, there is no 64 bit, the source package download can not be installed, said to install VS2008 I also installed or not. Finally, find the following address: http://www.lfd.uci.edu/~gohlke/pythonlibs/

Pillowis a replacement forPIL, the Python Image Library, which provides image processing functionality and supports many file formats.
Note: use `from PIL import Image` instead of `import Image`.

I downloaded the pilot package. With Python 2.7 64 bit support

Similar Posts: