GmSSL / GmSSL-Python

Python binding to the GmSSL library
https://gmssl.github.io/GmSSL-Python/
Apache License 2.0
57 stars 10 forks source link

安装后在进行test时,和import时报错 #14

Closed wudi666ss closed 3 months ago

wudi666ss commented 3 months ago

import gmssl Traceback (most recent call last): File "", line 1, in File "E:\crypto_lesson_java\PyQt_progress\GmSSL-Python-main\gmssl.py", line 18, in gmssl = cdll.LoadLibrary(find_library("gmssl")) File "E:\python3\lib\ctypes__init__.py", line 452, in LoadLibrary return self._dlltype(name) File "E:\python3\lib\ctypes__init.py", line 374, in init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 193] %1 不是有效的 Win32 应用程序。