This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: RedHat RPM for 2.3.2 fails PIL install, unlike source Py
Type: Stage:
Components: Installation Versions: Python 2.3
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, gerry_kirk
Priority: normal Keywords:

Created on 2004-01-20 15:34 by gerry_kirk, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg19728 - (view) Author: Gerry Kirk (gerry_kirk) Date: 2004-01-20 15:34
I have successfully installed  PIL with the 2.3.2
source, but using the RH9 RPMs, i get the following
error when using the command "python2.3 setup.py build":

Traceback (most recent call last):
  File "setup.py", line 289, in ?
    extra_compile_args=EXTRA_COMPILE_ARGS,
NameError: name 'EXTRA_COMPILE_ARGS' is not defined
msg19729 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-10-01 16:38
Logged In: YES 
user_id=1188172

Do you still have problems with the Red Hat RPMs? Please
reopen then, otherwise I'll leave this closed as "Won't Fix".
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39839
2004-01-20 15:34:17gerry_kirkcreate