Twisted Conch for Python 2.71 on Windows Server 2008 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开发者_Go百科 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.
Google turns up http://www.voidspace.org.uk/python/modules.shtml#pycrypto
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.
精彩评论