From b42514185595de11aa954383ca1666959805e3db Mon Sep 17 00:00:00 2001 From: Dpeta Date: Thu, 5 May 2022 23:04:42 +0200 Subject: [PATCH] no-upx* --- pyinstaller.py | 54 +++++++++++++++++++++++++++++++------------------- setup.py | 7 +++++-- 2 files changed, 39 insertions(+), 22 deletions(-) diff --git a/pyinstaller.py b/pyinstaller.py index beb5551..1ef7c28 100644 --- a/pyinstaller.py +++ b/pyinstaller.py @@ -62,8 +62,7 @@ Some of the include files are specific to my instalation, so you might have to e except KeyboardInterrupt: sys.exit("KeyboardInterrupt") -exclude_modules = ['tkinter', - 'collections.sys', +exclude_modules = ['collections.sys', 'collections._sre', 'collections._json', 'collections._locale', @@ -92,7 +91,7 @@ exclude_modules = ['tkinter', # (when QtMultimedia stops relying on local codecs