python扭曲环境: _Cryptography_cffi_444d7397xa22f8491. pyd DLL加载失败?

标签 python twisted setuptools python-cffi

我的开发环境: 赢7 64 python 2.7.6 64 扭曲13.2

我已经安装了所需的所有模块。 但总是抛出错误:

    from twisted.internet import reactor 
cffi.ffiplatform.VerificationError: importing 'D:\\Python27\\lib\\site-packages\\cryptography\\_Cryptography_cffi_444d7397xa22f8491.pyd': DLL load failed: 

在另一台计算机上,我可以使用默认 react 器,但是当我使用iocpreactor时出现错误。并且当使用默认 react 器时,tcp模式,只有一个连接可以正常工作...

我尝试更改一些旧版本的模块,问题仍然存在 怎么了?

最佳答案

此错误可能是因为您尚未安装 64 位 OpenSSL。它可以作为二进制文件从 http://slproweb.com/products/Win32OpenSSL.html 获取。 。只需下载 Win64 版本并使用默认设置安装即可。

此问题已添加到 cryptography.io FAQ .

关于python扭曲环境: _Cryptography_cffi_444d7397xa22f8491. pyd DLL加载失败?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23506723/

相关文章:

python - Twisted-Klein 服务器上的 HTTP 基本身份验证

python - 如何防止 setuptools 安装包作为 .egg

python - 我可以将 Cython 模块静态链接到嵌入 python 的可执行文件中吗?

python - Plotly:如何更改散点图散点图的配色方案?

python - 如何在自己的线程中扭曲运行并正确停止?

Python打包: catering to different audiences

带有公司签名 SSL 证书的 Python setuptools

python - 在djangorest框架中使用postman上传图像时出错

python - 比较两个元组列表以创建包含最高值的新元组

python - 扭曲的客户端内存泄漏