changeset 201949237b2f in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset;node=201949237b2f
description:
        Exclude tkinter

        Recent version of cx_Freeze always tries to bundle it but it is not 
needed and
        fails sometimes to find the proper path.

        issue9292
        review325251002
diffstat:

 setup-freeze.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 19c07bed0bb0 -r 201949237b2f setup-freeze.py
--- a/setup-freeze.py   Fri May 01 00:24:24 2020 +0200
+++ b/setup-freeze.py   Sun May 03 14:39:09 2020 +0200
@@ -119,6 +119,7 @@
         'build_exe': {
             'no_compress': True,
             'include_files': include_files,
+            'excludes': ['tkinter'],
             'silent': True,
             'packages': ['gi'],
             'include_msvcr': True,

Reply via email to