Changeset 720:09e2087e55b5
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r682 r720 19 19 [os.path.join("locale", language, "LC_MESSAGES", 20 20 "mlx.mo")])) 21 data_files.append(("", ["logo.png", 21 data_files.append(("", ["logo.png", "simbrief.html", 22 22 "conn_grey.png", "conn_red.png", "conn_green.png", 23 23 "mlx_cef_caller.sh", "mlx_cef_caller_secondary.sh", … … 97 97 { "script" : "mlxupdate.py", 98 98 "uac_info" : "requireAdministrator"}], 99 options = { "py2exe" : { "includes": "gio, pango, atk, pangocairo ",99 options = { "py2exe" : { "includes": "gio, pango, atk, pangocairo, lxml._elementpath", 100 100 "skip_archive": True} }, 101 101 zipfile = "library/.",
Note:
See TracChangeset
for help on using the changeset viewer.