使用Pythomnic3k和OpenSLL

2024-04-25 01:43:17 发布

您现在位置:Python中文网/ 问答频道 /正文

我需要做一个客户端脚本,可以通过SMPP协议发送消息。到目前为止,我已经开始使用Pythomnic3k。在设置的一部分中,您需要安装以下内容:

   * Python 3 with threads and OpenSSL support. It is seldom installed
     by default in any of today OSes. Use your package manager to install or
     download it and build manually with the above OpenSSL and thread support.
     http://www.python.org/

现在,我很确定该怎么办。我需要下载pyOpenSSL还是需要下载一个特殊版本的python3。另外,我当前安装的版本是3.3.2,它是否与使用version 3.2for windows的PyOpenSSL库兼容?你知道吗


Tags: and版本脚本消息协议客户端supportis
1条回答
网友
1楼 · 发布于 2024-04-25 01:43:17

我相信你可以从任何你能找到的操作系统的香草python3包开始。试试看是否有效。你知道吗

不需要pyOpenSSL或任何其他第三方SSL模块。OpenSSL支持(通过python3内置的ssl模块使用系统OpenSSL libs)对于Pythomnic3k的某些部分是可选的,很有可能您的Python已经用它编译过了。你知道吗

相关问题 更多 >