[Pythonmac-SIG] 32+64 bit Intel PIL binary?

2012-12-20 Thread Chris Barker - NOAA Federal
Hi folks, Has anyone built a 32+64 bit Intel binary for PIl? (to match the Python 2.7 Intel build on python.org). Russell Owen has a PIL-1.1.7-py2.7-python.org-macosx10.6.dmg (http://www.astro.washington.edu/users/rowen/python/) But it appears to only work right in 64 bit mode. I suspect the de

Re: [Pythonmac-SIG] 32+64 bit Intel PIL binary?

2012-12-20 Thread Chris Barker - NOAA Federal
added note: I found a universal jpeg binary here: http://ethan.tira-thompson.com/Mac_OS_X_Ports.html after installing that: pip install pillow seemed to work -- it's still missing CMS support, though -- which i can live with. It's still be nice to provide full-featured binaries for folks. -C