[IronPython] searching ssh client library working with ironpython

Dino Viehland dinov at microsoft.com
Tue Feb 24 18:45:16 CET 2009


Can you run w/ the -X:ExceptionDetail command line option the for the import Crypt / from Crypto import * and report back the stack trace you get?

I'm not sure that I'll be of much use but if it's somewhere in IronPython instead of IronClad it might be an IronPython bug.

> -----Original Message-----
> From: users-bounces at lists.ironpython.com [mailto:users-
> bounces at lists.ironpython.com] On Behalf Of jean-marc pouchoulon
> Sent: Monday, February 23, 2009 3:35 PM
> To: users at lists.ironpython.com
> Subject: [IronPython] searching ssh client library working with
> ironpython
> 
> Hi,
> 
> I want  to do ssh (client side )  with ironpython.
> Nothing really simple  found on the web to do that or I miss it.
> I try to use paramiko with ironclad but ...
> 
>  >>> import ironclad
>  >>> import paramiko
> Traceback (most recent call last):
>   File "", line unknown, in <module>
>   File "Snippets.scripting", line unknown, in Initialize
>   File "Snippets.scripting", line unknown, in Initialize
>   File "Snippets.scripting", line unknown, in Initialize
>   File "Snippets.scripting", line unknown, in Initialize
>   File "Snippets.scripting", line unknown, in Initialize
>   File "C:\Users\..\ironclad-v0.8.1-bin\build\paramiko\rng_posix.py",
> line 54, in open_rng_device
> paramiko.rng_posix.error: Unable to open /dev/urandom
> 
> ( mmm I'm on vista why /dev/urandom  ?)
> Crypto problem ?
> 
>  >>> import Crypto # Ok
>  >>> from Crypto import *
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "mscorlib", line unknown, in get_Item
>   File "mscorlib", line unknown, in ThrowKeyNotFoundException
> KeyError: La clé donnée était absente du dictionnaire.
>  >>>
> 
> 
> thanks for your help
> 
> jean-marc
> 
> 
> 
> 
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list