We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "step1_LPC.py", line 26, in dll = cdll.LoadLibrary(os.path.join(project_dir, 'LPC.dll')) # 加载 LPC.dll File "/opt/conda/envs/python3.7/lib/python3.7/ctypes/init.py", line 442, in LoadLibrary return self._dlltype(name) File "/opt/conda/envs/python3.7/lib/python3.7/ctypes/init.py", line 364, in init self._handle = _dlopen(self._name, mode) OSError: ./LPC.dll: invalid ELF header
The text was updated successfully, but these errors were encountered:
dll文件是windows下的动态链接库,linux下应该不支持吧
Sorry, something went wrong.
No branches or pull requests
Traceback (most recent call last):
File "step1_LPC.py", line 26, in
dll = cdll.LoadLibrary(os.path.join(project_dir, 'LPC.dll')) # 加载 LPC.dll
File "/opt/conda/envs/python3.7/lib/python3.7/ctypes/init.py", line 442, in LoadLibrary
return self._dlltype(name)
File "/opt/conda/envs/python3.7/lib/python3.7/ctypes/init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: ./LPC.dll: invalid ELF header
The text was updated successfully, but these errors were encountered: