Add the lxml package
authorStephane Wirtel <stephane@tinyerp.com>
Mon, 13 Oct 2008 21:55:49 +0000 (23:55 +0200)
committerStephane Wirtel <stephane@tinyerp.com>
Mon, 13 Oct 2008 21:55:49 +0000 (23:55 +0200)
bzr revid: stephane@tinyerp.com-20081013215549-eofimpqluez4qq6i

setup.py

index 0ae3383..0000ae6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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"],
     }}