-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSError: [WinError 126] 找不到指定的模块。 #1
Comments
可能是系统版本和dll版本对不上 重新编译一下server/ffmpegLib的项目就好了 |
OSError: [WinError 126] 找不到指定的模块。 |
win10 x64 ,python 3.7 ,vs2019 |
Traceback (most recent call last):
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in call_with_frames_removed
File "C:\Users\xlzhen\Downloads\PyScrcpy-master\server\server2.py", line 122, in
dll = ctypes.CDLL('lib/server8.dll')
File "D:\Python\Python37\lib\ctypes_init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] 找不到指定的模块。
The text was updated successfully, but these errors were encountered: