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 < [EMAIL PROTECTED]> wrote: > Does anyone know if it's possible to use Paramiko ( > http://www.lag.net/paramiko/) with Iron Python? > > Thanks, > > Tony > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
