[Spambayes-checkins] spambayes/windows/py2exe setup_all.py, 1.26, 1.27

Mark Hammond mhammond at users.sourceforge.net
Thu Aug 24 15:18:34 CEST 2006


Update of /cvsroot/spambayes/spambayes/windows/py2exe
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6540

Modified Files:
	setup_all.py 
Log Message:
Ship with PIL (but no Tkinter) and pyDNS


Index: setup_all.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/py2exe/setup_all.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** setup_all.py	28 Feb 2006 08:11:40 -0000	1.26
--- setup_all.py	24 Aug 2006 13:18:32 -0000	1.27
***************
*** 47,54 ****
                 "spambayes.languages.fr,spambayes.languages.es.DIALOGS," \
                 "spambayes.languages.es_AR.DIALOGS," \
!                "spambayes.languages.fr.DIALOGS",
!     excludes = "win32ui,pywin,pywin.debugger", # pywin is a package, and still seems to be included.
!     includes = "dialogs.resources.dialogs,weakref", # Outlook dynamic dialogs
!     dll_excludes = "dapi.dll,mapi32.dll",
      typelibs = [
          ('{00062FFF-0000-0000-C000-000000000046}', 0, 9, 0),
--- 47,61 ----
                 "spambayes.languages.fr,spambayes.languages.es.DIALOGS," \
                 "spambayes.languages.es_AR.DIALOGS," \
!                "spambayes.languages.fr.DIALOGS," \
!                "PIL",
!     excludes = "Tkinter," # side-effect of PIL and markh doesn't have it :)
!                 "win32ui,pywin,pywin.debugger," # *sob* - these still appear
!                 # Keep zope out else outlook users lose training.
!                 # (sob - but some of these may still appear!)
!                "ZODB,_zope_interface_coptimizations,_OOBTree,cPersistence",
!     includes = "dialogs.resources.dialogs,weakref," # Outlook dynamic dialogs
!                "BmpImagePlugin,JpegImagePlugin", # PIL modules not auto found
!     dll_excludes = "dapi.dll,mapi32.dll,"
!                    "tk84.dll,tcl84.dll", # No Tkinter == no tk/tcl dlls
      typelibs = [
          ('{00062FFF-0000-0000-C000-000000000046}', 0, 9, 0),



More information about the Spambayes-checkins mailing list