是否有适用于 Windows 7 64 位的 M2Crypto 安装程序?
是否有适用于 Python 2.7 64 位的 M2Crypto Windows 安装程序?如果没有的话,是否有理由无法建造?
Is there an M2Crypto Windows installer for Python 2.7 64-bit? If not is there a reason why one cannot be built?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
M2Crypto-0.21.1.win-amd64-py2.7 作为 ActivePython 商业版。 M2Crypto 很容易使用 Visual Studio 2008 从源代码分发版构建,但是有法律原因为什么要生成二进制文件不能自由分发。
M2Crypto-0.21.1.win-amd64-py2.7 is available as part of the ActivePython Business Edition. M2Crypto is easy to build from the source distribution using Visual Studio 2008 but there are legal reasons why the binaries cannot be freely distributed.
您可以尝试我的 Python 2.7 Windows 64 版本:
http://brabenec.net/misc/packages/M2Crypto-0.21.1.win-amd64-py2.7.exe
http://brabenec.net/misc/packages /M2Crypto-0.21.1-py2.7-win-amd64.egg
You can try my Windows 64 build for Python 2.7:
http://brabenec.net/misc/packages/M2Crypto-0.21.1.win-amd64-py2.7.exe
http://brabenec.net/misc/packages/M2Crypto-0.21.1-py2.7-win-amd64.egg
通过 pip 安装:
pip install M2CryptoWin64
(适用于 64 位 Win)或pip install M2CryptoWin32
(适用于 32 位)。请参阅此博客Install via pip:
pip install M2CryptoWin64
(for 64-bit Win) orpip install M2CryptoWin32
(for 32-bit). See this blog需要安装 openssl-1.0.1b 才能解决问题
It needs to install openssl-1.0.1b to get rid of issue