Add hidden imports

This commit is contained in:
Djuri Baars 2024-06-10 15:43:08 +02:00
parent 9fb7fb433f
commit 504199a8c9
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ a = Analysis(
pathex=[],
binaries=[],
datas=[],
hiddenimports=['zeroconf._utils.ipaddress', 'zeroconf._handlers.answers', 'pyserial', 'wx'],
hiddenimports=['zeroconf._utils.ipaddress', 'zeroconf._handlers.answers', 'pyserial', 'wx', 'wx._xml'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],

View File

@ -7,7 +7,7 @@ a = Analysis(
binaries=[],
datas=[],
hiddenimports=['zeroconf._utils.ipaddress',
'zeroconf._handlers.answers', 'pyserial', 'wx'],
'zeroconf._handlers.answers', 'pyserial', 'wx', 'wx._xml'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],

View File

@ -6,7 +6,7 @@ a = Analysis(
pathex=[],
binaries=[],
datas=[],
hiddenimports=['zeroconf._utils.ipaddress', 'zeroconf._handlers.answers', 'pyserial', 'wx'],
hiddenimports=['zeroconf._utils.ipaddress', 'zeroconf._handlers.answers', 'pyserial', 'wx', 'wx._xml'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],