[Zope-CVS] CVS: Products/ExternalEditor/win32 - buildexe.bat:1.3
Casey Duncan
cvs-admin at zope.org
Thu Oct 30 15:11:04 EST 2003
Update of /cvs-repository/Products/ExternalEditor/win32
In directory cvs.zope.org:/tmp/cvs-serv12546/win32
Modified Files:
buildexe.bat
Log Message:
Force inclusion of encodings package in windows build. Fix for missing encoding errors encounter on some win32 configurations
=== Products/ExternalEditor/win32/buildexe.bat 1.2 => 1.3 ===
--- Products/ExternalEditor/win32/buildexe.bat:1.2 Tue Apr 1 12:01:38 2003
+++ Products/ExternalEditor/win32/buildexe.bat Thu Oct 30 15:11:02 2003
@@ -1,2 +1,3 @@
cd ..
-c:\python22\python setup.py py2exe -w -p Plugins -e Tkinter
+c:\python22\python setup.py py2exe -w -p Plugins -p win32com -e Tkinter -p encodings --force-imports encodings
+pause
More information about the Zope-CVS
mailing list