[IronPython] IronPython and Paramiko?

Curt Hagenlocher curt at hagenlocher.org
Wed Jul 2 16:12:02 CEST 2008


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.

On Wed, Jul 2, 2008 at 7:06 AM, Tony Caduto <
tony_caduto at amsoftwaredesign.com> wrote:

> Does anyone know if it's possible to use Paramiko (
> http://www.lag.net/paramiko/) with Iron Python?
>
> Thanks,
>
> Tony
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080702/849c26ab/attachment.html>


More information about the Ironpython-users mailing list