我需要制作一个可以通过 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/
现在,我知道该怎么做。我需要下载还是需要下载 Python 3 的特殊版本。另外,我当前安装的版本是 3.3.2,这是否与使用3.2 版pyOpenSSL
Windows的 PyOpenSSL 库兼容?