-
Notifications
You must be signed in to change notification settings - Fork 0
Description
我在打开后提示了我dll错误
Traceback (most recent call last):
File "bililive_utility\launcher.py", line 13, in
File "bililive_utility_main_.py", line 111, in main
File "webview_init_.py", line 176, in start
File "webview\guilib.py", line 134, in initialize
File "webview\guilib.py", line 83, in try_import
File "webview\guilib.py", line 72, in import_winforms
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 457, in exec_module
File "webview\platforms\winforms.py", line 13, in
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 457, in exec_module
File "clr.py", line 6, in
File "pythonnet_init.py", line 143, in load
File "clr_loader\types.py", line 94, in get_function
File "clr_loader\types.py", line 58, in init
File "clr_loader\netfx.py", line 49, in _get_callable
RuntimeError: Failed to resolve Python.Runtime.Loader.Initialize from C:\Users\Administrator\Downloads\bililive_internal\pythonnet\runtime\Python.Runtime.dll
查阅后发现dll文件来自其他电脑,文件被锁定限制了运行,之后解除dll文件锁定后依旧无法解决,后把整个压缩文件解除锁定后能够打开程序