Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/324.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 使用Pythomnic3k和OpenSLL_Python_Openssl_Smpp_Pythomnic3k - Fatal编程技术网

Python 使用Pythomnic3k和OpenSLL

Python 使用Pythomnic3k和OpenSLL,python,openssl,smpp,pythomnic3k,Python,Openssl,Smpp,Pythomnic3k,我需要制作一个客户端脚本,可以通过SMPP协议发送消息。到目前为止,我从Pytomnic3K开始。在设置的一部分中,您需要安装以下各项: * 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 manual

我需要制作一个客户端脚本,可以通过SMPP协议发送消息。到目前为止,我从Pytomnic3K开始。在设置的一部分中,您需要安装以下各项:

   * 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,它是否与用于windows的PyOpenSSL库兼容?

我相信您可以从任何适用于您的操作系统的普通Python 3软件包开始。试试看它是否有效

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