[Image-SIG] Patch for setup.py

Juergen Hermann jh at web.de
Thu Sep 11 00:17:04 EDT 2003


Hi!

The following fixes a problem when setup.py is run by a Python 
compiled WITHOUT _tkinter support.

--- orig/setup.py       2003-05-09 14:00:56.000000000 +0200
+++ Imaging-1.1.4/setup.py      2003-09-08 18:12:43.000000000 +0200
@@ -229,6 +229,8 @@
     INCLUDE_DIRS = ["libImaging"]
     LIBRARY_DIRS = []
     LIBRARIES = []
+    EXTRA_COMPILE_ARGS = None
+    EXTRA_LINK_ARGS = None
     have_freetype = 1 # Assume we have it, unless proven otherwise

     # use source distribution, if available


Ciao, Jürgen





More information about the Image-SIG mailing list