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-boun...@lists.ironpython.com [mailto:users-
> boun...@lists.ironpython.com] On Behalf Of jean-marc pouchoulon
> Sent: Monday, February 23, 2009 3:35 PM
> To: users@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@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to