Fix module import for to build the Exe
This commit is contained in:
@@ -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
2
ui.py
@@ -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,"
|
||||||
|
|||||||
Reference in New Issue
Block a user