Jack Uretsky wrote:
Hi-
I'm a newcomer, about to try to install PIL. I'm running OS X snow leopard pm am intel Mac. I'm at the point where I've downloaded the 4 files mentioned in the README (
         libjpeg62
         zlib1g
         libfreetype6
         liblcmsl)
but don't know what to do with them.

I suggest one of two options:

1) Use the python.org python, and the binary recently posted to this list.


2) use macports to compile the dependencies:

a) install macports
b) $ sudo port install libjpeg
c) $ sudo port install lcms
d) $ sudo port install freetype

e) python setup.py build
f) python setup.pyu install



-CHB




--
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