четверг, 14 июня 2012 г.

А еще оказывается…

Что PIL так же просто так не воткнешь в virtualenv простым pip install PIL.
На stackoverflow пишут:
The PIL version packaged on pypi (by the author) is incompatible with setuptools and thus not easy_installable. People have created easy_installable versions elsewhere. Currently, you need to specify a find-links URL and use pip get a good package: 
pip install --no-index -f http://dist.plone.org/thirdparty/ -U PIL

Комментариев нет:

Отправить комментарий