[Spambayes-checkins] spambayes/windows/py2exe setup_all.py, 1.17.4.1, 1.17.4.2

Mark Hammond mhammond at users.sourceforge.net
Fri Jun 25 23:38:44 EDT 2004


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

Modified Files:
      Tag: release_1_0-branch
	setup_all.py 
Log Message:
For some reason, the 2.3.3 distutils caused us to fail to find our
packages.


Index: setup_all.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/py2exe/setup_all.py,v
retrieving revision 1.17.4.1
retrieving revision 1.17.4.2
diff -C2 -d -r1.17.4.1 -r1.17.4.2
*** setup_all.py	10 Jun 2004 04:49:13 -0000	1.17.4.1
--- setup_all.py	26 Jun 2004 03:38:41 -0000	1.17.4.2
***************
*** 10,13 ****
--- 10,15 ----
  sys.path.append(os.path.join(sb_top_dir, "Outlook2000/sandbox"))
  
+ import spambayes.resources
+ 
  # Generate the dialogs.py file.
  import dialogs
***************
*** 147,150 ****
--- 149,153 ----
  setup(name="SpamBayes",
        packages = ["spambayes.resources"],
+       package_dir = {"spambayes.resources" : spambayes.resources.__path__[0]},
        # We implement a COM object.
        com_server=[outlook_addin],




More information about the Spambayes-checkins mailing list