Skip to content
Snippets Groups Projects
Commit 9f9702bf authored by Stéphane Wirtel's avatar Stéphane Wirtel
Browse files

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

bzr revid: stephane@tinyerp.com-20081121140446-l5wxnqxeoxqgkcme
parent ff02f645
Branches
Tags
No related merge requests found
......@@ -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"],
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment