Re: [Image-SIG] Installing libjpeg

2010-05-26 Thread Fredrik Lundh
PIL's setup.py script (which uses Python's standard "distutils" build mechanisms) work the same was as the venerable "make" utility (1); that is, if a target exists and is newer than the source files, it's assumed to be correct. This is great when you change only a few source files, but less great

Re: [Image-SIG] Loading Imaging 1.1.7

2010-05-26 Thread Fredrik Lundh
Looks like the Hair Designer is actually using PIL, but Edward's advice still stands, I think. If the vendor cannot help you (they should), there's another thread in this forum right now about PIL binaries for Mac, complete with links to downloads (look for "PIL binaries -- please test"). Make su

Re: [Image-SIG] PIL binaries -- please test

2010-05-26 Thread Christopher Barker
Yury V. Zaytsev wrote: On Tue, 2010-05-25 at 12:57 -0700, Christopher Barker wrote: If these work well, I think Fredrik will put them on the PIL site. If you need a permanent mirror in the States, here you go: http://packages.zaytsev.net/python/ Thanks, though ideally these would be availa

Re: [Image-SIG] [Pythonmac-SIG] PIL binaries -- please test

2010-05-26 Thread Zvezdan Petkovic
On May 25, 2010, at 6:24 PM, Matthias Baas wrote: > I tried the py2.6 binary on OSX 10.4. The package installs fine but it > can't really load an image. When I open a jpg, I can read its size but > as soon as I try to load the data, I get an import error: > > ImportError: The _imaging C module is

Re: [Image-SIG] [Pythonmac-SIG] PIL binaries -- please test

2010-05-26 Thread Matthias Baas
aditya bhargava wrote: > How do you determine which version of Python to build for? I'm on 10.4 > and I've got two versions of Python – python2.3 in /usr/bin/python and > python2.5 in /opt/local/bin/python. python2.5 is my default (i.e. the > one that shows when I run 'which python'), but the packa

Re: [Image-SIG] [Pythonmac-SIG] PIL binaries -- please test

2010-05-26 Thread Matthias Baas
Christopher Barker wrote: > Much to my surprise, I had a little time to build some PIL binaries: > > http://dl.dropbox.com/u/855965/PIL-OSX-Binaries/PIL-1.1.7-py2.5-macosx10.5.mpkg.zip > http://dl.dropbox.com/u/855965/PIL-OSX-Binaries/PIL-1.1.7-py2.6-macosx10.5.mpkg.zip > > I'd really like folks

Re: [Image-SIG] [Pythonmac-SIG] PIL binaries -- please test

2010-05-26 Thread aditya bhargava
How do you determine which version of Python to build for? I'm on 10.4 and I've got two versions of Python – python2.3 in /usr/bin/python and python2.5 in /opt/local/bin/python. python2.5 is my default (i.e. the one that shows when I run 'which python'), but the package installer doesn't seem to re

Re: [Image-SIG] PIL binaries -- please test

2010-05-26 Thread Yury V. Zaytsev
Hi Chris, On Tue, 2010-05-25 at 12:57 -0700, Christopher Barker wrote: > If these work well, I think Fredrik will put them on the PIL site. If you need a permanent mirror in the States, here you go: http://packages.zaytsev.net/python/ What I would want to comment is that it would be nice for y