[IronPython] IronPython and Paramiko?

Douglas S. Blank dblank at brynmawr.edu
Wed Jul 2 17:40:09 CEST 2008


Sanghyeon Seo wrote:
> 2008/7/2 Curt Hagenlocher <curt at hagenlocher.org>:
>> The requirement for PyCrypto means that this won't work as-is under
>> IronPython.  Although Paramiko itself is pure Python, PyCrypto is a C
>> extension.  It's possible that you could get something going with the
>> IronClad project (http://code.google.com/p/ironclad/) which aims to allow
>> you to use C extensions with IronPython.
> 
> Or FePy project has a reimplementation of PyCrypto for IronPython.

FYI, you can find that here:

http://fepy.svn.sourceforge.net/viewvc/fepy/trunk/fepy/cipher.py?view=log

-Doug





More information about the Ironpython-users mailing list