Fix module import for to build the Exe

This commit is contained in:
Ircama
2025-06-01 17:29:46 +02:00
parent 2703b3ccdc
commit 5a23d4c102
2 changed files with 2 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ a = Analysis(
'babel.numbers', 'babel.numbers',
# The following modules are needed by "black": https://github.com/pyinstaller/pyinstaller/issues/8270 # The following modules are needed by "black": https://github.com/pyinstaller/pyinstaller/issues/8270
'30fcd23745efe32ce681__mypyc', '30fcd23745efe32ce681__mypyc',
'3c22db458360489351e4__mypyc',
'6b397dd64e00b5aff23d__mypyc', 'click', 'json', 'platform', '6b397dd64e00b5aff23d__mypyc', 'click', 'json', 'platform',
'mypy_extensions', 'pathspec', '_black_version', 'platformdirs' 'mypy_extensions', 'pathspec', '_black_version', 'platformdirs'
] + black_submodules + blib2to3_submodules, # the last two required by black ] + black_submodules + blib2to3_submodules, # the last two required by black

2
ui.py
View File

@@ -37,7 +37,7 @@ from find_printers import PrinterScanner
from text_console import TextConsole from text_console import TextConsole
VERSION = "6.0.0" VERSION = "6.0.1"
NO_CONF_ERROR = ( NO_CONF_ERROR = (
" Please select a printer model and a valid IP address," " Please select a printer model and a valid IP address,"