[Image-SIG] PIL on the MAC

Fredrik Lundh fredrik@pythonware.com
Wed, 8 Mar 2000 13:11:32 +0100


Robert Moloney wrote:
> How do I install PIL on the mac?
> Do I need a C compiler?

if you wish to build it from sources, yes.

afaik, a precompiled version is included in the standard
distribution for macintosh:

    http://www.python.org/download/download_mac.html
    http://www.cwi.nl/~jack/macpython.html

(so maybe you already have it?  what happens
if you import the "Image" module? ;-)

</F>