GmSSL-Python icon indicating copy to clipboard operation
GmSSL-Python copied to clipboard

windows下如何安装?

Open sqs404 opened this issue 1 year ago • 2 comments

已经安装gmssl,cmd可使用,但写代码时仍提示找不到动态库

sqs404 avatar Sep 21 '23 09:09 sqs404

在Windows下可以使用pip安装最新2.2.2版本 py -m pip install gmssl-python

在Python环境下检查系统中是否能够找到GmSSL动态库

>>> from ctypes.util import *
>>> lib = find_library('gmssl')
>>> lib
'C:\\Program Files\\GmSSL\\bin\\gmssl.dll'
>>>

guanzhi avatar Oct 12 '23 12:10 guanzhi

a266e50af37d7e60d9583aea47b647d1 d234d7d0d91bb2caa8fc808f832fd429 可以找到动态库但是依然报错该怎么解决?

Tthvic avatar May 01 '24 08:05 Tthvic