Add wx as hidden import

This commit is contained in:
Djuri Baars 2024-06-09 14:42:12 +02:00
parent 63d9526150
commit acdd6c23fa

View file

@ -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=[],