|
|
发表于 2023-4-14 21:16:20
|
显示全部楼层
Traceback (most recent call last):
File "PyInstaller\loader\pyimod04_ctypes.py", line 77, in __init__
File "ctypes\__init__.py", line 364, in __init__
OSError: [WinError 126] 找不到指定的模块。
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "main.py", line 1, in <module>
File "ConfigTools.py", line 17, in init ConfigTools
File "ctypes\__init__.py", line 434, in __getattr__
File "PyInstaller\loader\pyimod04_ctypes.py", line 79, in __init__
pyimod04_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'shcore'. Most likely this dynlib/dll was not found when the application was frozen.
|
|