Hey! Thanks for your reply.

I have OSX 10.6.7, Python comes on the mac, so I didn't install it. It's
2.6.1. I installed PIL like this:

fink install libjpeg
curl -O http://effbot.org/media/downloads/Imaging-1.1.6.tar.gz

tar -xzf Imaging-1.1.6.tar.gz
cd Imaging-1.1.6
sudo python setup.py install

If you have any ideas, please let me know. I also had a question; is PIL
required for python to use images that aren't .bmps? Sorry, I'm totally new.
Thanks again if you reply!! :)


On Fri, May 6, 2011 at 8:27 AM, Christopher Barker <chris.bar...@noaa.gov>wrote:

> We'll need some more info to help:
>
> Which OS version?
> Python version and how did you install it?
> PIL version and how did you install it?
>
> But in short, yes, you do not have a properly installed PIL.
>
> You might also ask about both this and the pygame issue on the pythonmac
> list:
>
> http://mail.python.org/mailman/listinfo/pythonmac-sig
>
>
> -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
>



-- 
Don't sweat the petty things and don't pet the sweaty things.
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to