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
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
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
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
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
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
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
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