commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8034 - trunk/gnue-common/packaging/win32


From: btami
Subject: [gnue] r8034 - trunk/gnue-common/packaging/win32
Date: Mon, 3 Oct 2005 14:06:27 -0500 (CDT)

Author: btami
Date: 2005-10-03 14:06:26 -0500 (Mon, 03 Oct 2005)
New Revision: 8034

Modified:
   trunk/gnue-common/packaging/win32/setup.py
Log:
fixed Pil plugins

Modified: trunk/gnue-common/packaging/win32/setup.py
===================================================================
--- trunk/gnue-common/packaging/win32/setup.py  2005-10-03 14:15:24 UTC (rev 
8033)
+++ trunk/gnue-common/packaging/win32/setup.py  2005-10-03 19:06:26 UTC (rev 
8034)
@@ -93,7 +93,7 @@
                                    "sqlite",
                                    "pysqlite2",
                                    "reportlab",
-                                   "Pil"],
+                                   "PIL"],
                       "includes": standardlib + 
                                   ["win32gui",
                                    "win32ui",
@@ -106,6 +106,7 @@
                                    "win32com.client",
                                    "pywin.mfc.activex",
                                    "pywin.mfc.window",
+                                   "ImageWin",
                                    "dbi",
                                    "odbc",
                                    "pysqlite2.dbapi2",
@@ -113,14 +114,6 @@
                                    "psycopg",
                                    "libxml2",
                                    "libxslt",
-                                   "Image",
-                                   "ImageWin",
-                                   "BmpImagePlugin",
-                                   "GifImagePlugin",
-                                   "JpegImagePlugin",
-                                   "PpmImagePlugin",
-                                   "PngImagePlugin",
-                                   "TiffImagePlugin",
                                    "wxPython.wx",
                                    "wxPython.grid"],
                       "dll_excludes": ["msvcp60.dll",





reply via email to

[Prev in Thread] Current Thread [Next in Thread]