[Spambayes-checkins] spambayes/windows/py2exe setup_all.py, 1.17.4.3, 1.17.4.4

Tony Meyer anadelonbrin at users.sourceforge.net
Thu Jan 27 02:41:33 CET 2005


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

Modified Files:
      Tag: release_1_0-branch
	setup_all.py 
Log Message:
If we build with Python 2.4, then importing bsddb will not work until we manually
 specify inclusion of weakref.  This is either a new quirk of modulefinder, or some
 sort of py2exe bug or something.

Index: setup_all.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/py2exe/setup_all.py,v
retrieving revision 1.17.4.3
retrieving revision 1.17.4.4
diff -C2 -d -r1.17.4.3 -r1.17.4.4
*** setup_all.py	9 Nov 2004 22:37:47 -0000	1.17.4.3
--- setup_all.py	27 Jan 2005 01:41:30 -0000	1.17.4.4
***************
*** 38,42 ****
      packages = "spambayes.resources,encodings",
      excludes = "win32ui,pywin,pywin.debugger", # pywin is a package, and still seems to be included.
!     includes = "dialogs.resources.dialogs", # Outlook dynamic dialogs
      dll_excludes = "dapi.dll,mapi32.dll",
      typelibs = [
--- 38,42 ----
      packages = "spambayes.resources,encodings",
      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 = [



More information about the Spambayes-checkins mailing list