Am 17.09.2011, 09:31 Uhr, schrieb Chris Barker <chris.bar...@noaa.gov>:

That is the build for the 32 bit PPC+Intel build of python from python.org. Unless you really need 64 bit, that's the one I recommend.

Alternatively, if you install MacPorts installing binary packages are as easy as:

sudo port install py27-pil

or, even better once you have virtualenv installed:

virtualenv-2.7 --no-site-packages mypythonfolder
cd mypythonfolder
bin/pip install pillow

For most Python users I'd suggest MacPorts is the way to go because it handles necessary libraries and allows for uninstalling. Caveat is that from Snow Leopard on the builds are generally x86_64 only.

Charlie
--
Charlie Clark
Managing Director
Clark Consulting & Research
German Office
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-600-3657
Mobile: +49-178-782-6226
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to