[Spambayes-checkins] spambayes/windows/py2exe setup_all.py, 1.12, 1.13

Tony Meyer anadelonbrin at users.sourceforge.net
Mon Dec 29 20:57:20 EST 2003


Update of /cvsroot/spambayes/spambayes/windows/py2exe
In directory sc8-pr-cvs1:/tmp/cvs-serv31129/windows/py2exe

Modified Files:
	setup_all.py 
Log Message:
Build the little auto-setup application (and install it), too.

If we can convince people to test this and be more sure that it works nicely, then it
could be optionally run at the end of the install process.


Index: setup_all.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/py2exe/setup_all.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** setup_all.py	29 Dec 2003 03:07:34 -0000	1.12
--- setup_all.py	30 Dec 2003 01:57:18 -0000	1.13
***************
*** 31,35 ****
  py2exe_options = dict(
      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",
--- 31,35 ----
  py2exe_options = dict(
      packages = "spambayes.resources,encodings",
!     excludes = "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",
***************
*** 106,109 ****
--- 106,113 ----
                        (1010, os.path.join(sb_top_dir, r"windows\resources\sb-stopped.ico"))],
  )
+ autoconfigure = dict(
+     dest_base = "bin/setup_server",
+     script = os.path.join(sb_top_dir, "windows", "autoconfigure.py"),
+ )
  
  outlook_data_files = [
***************
*** 140,144 ****
        console=[sb_server, sb_upload, outlook_dump_props],
        # The taskbar
!       windows=[pop3proxy_tray, outlook_addin_register],
        # and the misc data files
        data_files = outlook_data_files + proxy_data_files + common_data_files,
--- 144,148 ----
        console=[sb_server, sb_upload, outlook_dump_props],
        # The taskbar
!       windows=[pop3proxy_tray, outlook_addin_register, autoconfigure],
        # and the misc data files
        data_files = outlook_data_files + proxy_data_files + common_data_files,





More information about the Spambayes-checkins mailing list