add hiddenimports=['pkg_resources.extern']

This commit is contained in:
Alex Xu
2024-06-25 19:15:34 -07:00
parent 367d71e4ad
commit 193297c8fc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ a = Analysis(['kcc-c2e.py'],
pathex=['.'], pathex=['.'],
binaries=[], binaries=[],
datas=[], datas=[],
hiddenimports=[], hiddenimports=['pkg_resources.extern'],
hookspath=[], hookspath=[],
runtime_hooks=[], runtime_hooks=[],
excludes=[], excludes=[],
+1 -1
View File
@@ -8,7 +8,7 @@ a = Analysis(['kcc-c2p.py'],
pathex=['.'], pathex=['.'],
binaries=[], binaries=[],
datas=[], datas=[],
hiddenimports=[], hiddenimports=['pkg_resources.extern'],
hookspath=[], hookspath=[],
runtime_hooks=[], runtime_hooks=[],
excludes=[], excludes=[],
+1 -1
View File
@@ -8,7 +8,7 @@ a = Analysis(['kcc.py'],
pathex=['.'], pathex=['.'],
binaries=[], binaries=[],
datas=[], datas=[],
hiddenimports=[], hiddenimports=['pkg_resources.extern'],
hookspath=[], hookspath=[],
runtime_hooks=[], runtime_hooks=[],
excludes=[], excludes=[],