From 5a23d4c1028f6677e0f111fb3030dce212489e4b Mon Sep 17 00:00:00 2001 From: Ircama Date: Sun, 1 Jun 2025 17:29:46 +0200 Subject: [PATCH] Fix module import for to build the Exe --- epson_print_conf.spec | 1 + ui.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/epson_print_conf.spec b/epson_print_conf.spec index 45018b3..6b95bdb 100644 --- a/epson_print_conf.spec +++ b/epson_print_conf.spec @@ -93,6 +93,7 @@ a = Analysis( 'babel.numbers', # The following modules are needed by "black": https://github.com/pyinstaller/pyinstaller/issues/8270 '30fcd23745efe32ce681__mypyc', + '3c22db458360489351e4__mypyc', '6b397dd64e00b5aff23d__mypyc', 'click', 'json', 'platform', 'mypy_extensions', 'pathspec', '_black_version', 'platformdirs' ] + black_submodules + blib2to3_submodules, # the last two required by black diff --git a/ui.py b/ui.py index d9c6cbf..7f92b2b 100644 --- a/ui.py +++ b/ui.py @@ -37,7 +37,7 @@ from find_printers import PrinterScanner from text_console import TextConsole -VERSION = "6.0.0" +VERSION = "6.0.1" NO_CONF_ERROR = ( " Please select a printer model and a valid IP address,"