[Image-SIG] PIL setup.py broken for MacOS 10.3
Bob Ippolito
bob at redivi.com
Thu Oct 30 22:10:55 EST 2003
On Oct 30, 2003, at 10:01 PM, Bill Janssen wrote:
> This still doesn't fix my main problem of not being able to install,
> but I should note that when I try to build 1.1.4 from source on MacOS
> 10.3, I get the following error:
>
> % python setup.py build
> Traceback (most recent call last):
> File "setup.py", line 287, in ?
> extra_compile_args=EXTRA_COMPILE_ARGS,
> NameError: name 'EXTRA_COMPILE_ARGS' is not defined
> %
At a glance, this looks like it happens when you do not have _tkinter,
but you do have freetype. Definitely a bug in the setup.py. I'd toss
the extra_compile_* lines, they can't possibly do anything useful in
your scenario.
-bob
More information about the Image-SIG
mailing list