On 5/9/11 9:34 AM, George V. Reilly wrote:

We build our Python web services in a virtualenv with all external
packages stored locally.
...
$ easy_install -v --install-dir ~/temp/site-packages --find-links ~/PIL\
   --allow-hosts=None --always-unzip Imaging

PIL is know to have issues with setuptools, and, I think virtualenv. See this:

http://pypi.python.org/pypi/Pillow/1.6

The first thing I'd try is a straight:

setup.py build

install, without virtualenv

That will tell you whether it is a setuptools and/or virtualenv issue.

Some googling will get you other hints, or maybe it's as simple as:

easy_install pillow

-HTH,

  - Chris



--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

chris.bar...@noaa.gov
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to