mac当执行 easy_install PIL 时候报错
$ easy_install PIL Searching for PIL Reading http://cheeseshop.python.org/pypi/PIL/ Reading http://www.pythonware.com/products/pil Reading http://effbot.org/downloads/#Imaging Reading http://cheeseshop.python.org/pypi/PIL/1.1.6 No local packages or download links found for PIL error: Could not find suitable distribution for Requirement.parse('PIL
使用下面的命令代替
$ easy_install --find-links http://www.pythonware.com/products/pil/ Imaging