[FIX|IMP] Use vobject and set compressed to 1

bzr revid: stephane@tinyerp.com-20081121140446-l5wxnqxeoxqgkcme
This commit is contained in:
Stephane Wirtel 2008-11-21 15:04:46 +01:00
parent ff02f6456f
commit 9f9702bfd3
1 changed files with 2 additions and 2 deletions

View File

@ -159,12 +159,12 @@ f.close()
options = {
"py2exe": {
"compressed": 0,
"compressed": 1,
"optimize": 2,
"packages": ["lxml", "lxml.builder", "lxml._elementpath", "lxml.etree",
"lxml.objectify", "decimal", "xml", "xml.dom", "xml.xpath",
"encodings","mx.DateTime","wizard","pychart","PIL", "pyparsing",
"pydot","asyncore","asynchat", "reportlab"],
"pydot","asyncore","asynchat", "reportlab", "vobject"],
"excludes" : ["Tkconstants","Tkinter","tcl"],
}
}