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

Mark Hammond mhammond at users.sourceforge.net
Fri Jun 29 04:03:19 CEST 2007


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

Modified Files:
	setup_all.py 
Log Message:
include gocr.exe and gocr.txt in the binary distribution.


Index: setup_all.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/py2exe/setup_all.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** setup_all.py	26 Mar 2007 08:03:14 -0000	1.28
--- setup_all.py	29 Jun 2007 02:03:16 -0000	1.29
***************
*** 178,181 ****
--- 178,186 ----
      ["", [os.path.join(sb_top_dir, r"windows\resources\sbicon.ico")]],
      ["", [os.path.join(sb_top_dir, r"LICENSE.txt")]],
+     # We insist gocr.exe is in the 'spambayes' package dir (we can make
+     # this smarter as necessary)
+     ["bin", [os.path.join(sb_top_dir, "spambayes", "gocr.exe")]],
+     # Our .txt file with info on gocr itself.
+     ["bin", [os.path.join(sb_top_dir, "windows", "py2exe", "gocr.txt")]],
  ]
  



More information about the Spambayes-checkins mailing list