錯誤的log是
(env)lzz@ubuntu:~/Virtualenv/blog1_django_1.4/eshop$ easy_install pilSearching for pilReading http://pypi.python.org/simple/pil/Reading http://www.pythonware.com/products/pilReading http://effbot.org/zone/pil-changes-115.htmReading http://effbot.org/downloads/#ImagingBest match: PIL 1.1.7Downloading http://effbot.org/media/downloads/PIL-1.1.7.tar.gzProcessing PIL-1.1.7.tar.gzRunning PIL-1.1.7/setup.py -q bdist_egg --dist-dir /tmp/easy_install-nrt6g1/PIL-1.1.7/egg-dist-tmp-owLvSTWARNING: '' not a valid package name; please use only.-separated package names in setup.py_imaging.c:75:20: fatal error: Python.h: No such file or directorycompilation terminated.error: Setup script exited with error: command 'gcc' failed with exit status 1
在stackoverflow上找到如下的回答:
You must install the python-dev
package which includes the CPython header files needed to compile C extensions.
sudo apt-get install python-dev
好了,等待安裝好試試把。
再次安裝
easy_install pil
成功了。。。