[Image-SIG] Re: Problem setting up PIL 1.1.4: setup.py bug? ()

Fredrik Lundh fredrik at pythonware.com
Mon Oct 4 17:58:58 CEST 2004


Tobias Herp wrote:

> I'm currently trying to install PIL 1.1.4 on my vServer running SuSE 9.0.
> The compilation of libImaging worked just fine, but "python setup.py build"
> yields:
>
> 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
>
> So, what would be the correct value for EXTRA_COMPILE_ARGS?

googling for the error message brings you to this page:

    http://effbot.org/zone/pil-errata-114.htm#PIL124

cheers /F 





More information about the Image-SIG mailing list