Add the lxml package

bzr revid: stephane@tinyerp.com-20081013215549-eofimpqluez4qq6i
This commit is contained in:
Stephane Wirtel 2008-10-13 23:55:49 +02:00
parent eedf6bda1d
commit 0b13461114
1 changed files with 4 additions and 1 deletions

View File

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