Windows Server 2008 R2 x64 上适用于 Python 2.71 的 Twisted Conch?
我计划使用 Twisted Conch 来实现我正在开发的应用程序的 SFTP 部分。该应用程序的其余部分基于 Python 2.71 构建,虽然看起来 Twisted 作为一个整体可用于 Python 2.7,但下载页面位于 http://twistedmatrix.com/trac/wiki/Downloads 似乎显示 Conch 仅支持 Python 2.5,因为它依赖于 PyCrypto 2.0.1。
是这种情况吗,或者是否有针对 Python 2.7 的 Conch 版本?
这是在 Windows Server 2006 R2 x64 机器上,无论其价值如何。
谢谢。
I'm planning on using Twisted Conch for the SFTP protion of an application I'm working on. The rest of the application is built on Python 2.71, and while it appears that Twisted as a whole is available for Python 2.7, the Download page at http://twistedmatrix.com/trac/wiki/Downloads would appear to show that only Python 2.5 is supported by Conch, because it depends on PyCrypto 2.0.1.
Is this the case, or is there a build of Conch for Python 2.7 out there somewhere?
This is on a Windows Server 2006 R2 x64 box, for what its worth.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
谷歌出现了http://www.voidspace.org.uk/python/modules。 shtml#pycrypto
Google turns up http://www.voidspace.org.uk/python/modules.shtml#pycrypto
对于 Windows x64,这是解决方法
编译 Python 2.7 模块。尽管这看起来是一项艰巨的任务,但我还是成功地为 win64 编译并构建了 pycrypto2.4.1。
for windows x64 here is workaround
Compiling Python 2.7 Modules. Although it looks like a big task I managed to compile and build pycrypto2.4.1 for win64.