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