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

Add the lxml package

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