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

Mark Hammond mhammond at users.sourceforge.net
Mon Mar 26 10:03:18 CEST 2007


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

Modified Files:
	setup_all.py 
Log Message:
Include makepy files from CVS rather than generating them at build time
and therefore requiring Office 2000 be installed at build time.


Index: setup_all.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/py2exe/setup_all.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** setup_all.py	24 Aug 2006 13:18:32 -0000	1.27
--- setup_all.py	26 Mar 2007 08:03:14 -0000	1.28
***************
*** 52,57 ****
                  "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
--- 52,56 ----
                  "win32ui,pywin,pywin.debugger," # *sob* - these still appear
                  # Keep zope out else outlook users lose training.
!                "ZODB,ZEO,zope,persistent,BTrees",
      includes = "dialogs.resources.dialogs,weakref," # Outlook dynamic dialogs
                 "BmpImagePlugin,JpegImagePlugin", # PIL modules not auto found
***************
*** 59,65 ****
                     "tk84.dll,tcl84.dll", # No Tkinter == no tk/tcl dlls
      typelibs = [
!         ('{00062FFF-0000-0000-C000-000000000046}', 0, 9, 0),
!         ('{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}', 0, 2, 1),
!         ('{AC0714F2-3D04-11D1-AE7D-00A0C90F26F4}', 0, 1, 0),
      ]
  )
--- 58,64 ----
                     "tk84.dll,tcl84.dll", # No Tkinter == no tk/tcl dlls
      typelibs = [
!         ('{00062FFF-0000-0000-C000-000000000046}', 0, 9, 0, 'gen_py/outlook-9.py'),
!         ('{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}', 0, 2, 1, 'gen_py/office-9.py'),
!         ('{AC0714F2-3D04-11D1-AE7D-00A0C90F26F4}', 0, 1, 0, 'gen_py/addin-designer.py'),
      ]
  )



More information about the Spambayes-checkins mailing list