We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2db5f commit e6b86d4Copy full SHA for e6b86d4
1 file changed
README.md
@@ -8,7 +8,9 @@
8
9
API参考官方C++版本的接口文档https://xtp.zts.com.cn/home
10
11
-由于python版api的封装用的是vs2010,如果未安装vs环境,运行时会提示ImportError:DLL load failed。需要根据python的位数选择对应的运行库,32位的选x86,64位选x64,下载链接分别:https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=5555,https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=14632
+由于python版api的封装用的是vs2010,如果未安装vs环境,运行时会提示ImportError:DLL load failed。需要根据python的位数选择对应的运行库,32位的选x86,64位选x64,下载链接分别
12
+x86网址:https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=5555
13
+x64网址:https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=14632
14
15
##事项说明:
16
0 commit comments