Add wx as hidden import
This commit is contained in:
parent
63d9526150
commit
acdd6c23fa
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ a = Analysis(
|
|||
pathex=[],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
hiddenimports=['zeroconf._utils.ipaddress', 'zeroconf._handlers.answers', 'pyserial'],
|
||||
hiddenimports=['zeroconf._utils.ipaddress', 'zeroconf._handlers.answers', 'pyserial', 'wx'],
|
||||
hookspath=[],
|
||||
hooksconfig={},
|
||||
runtime_hooks=[],
|
||||
|
|
Loading…
Reference in a new issue