[IronPython] searching ssh client library working with ironpython

jean-marc pouchoulon jeanmarc.pouchoulon at gmail.com
Tue Feb 24 23:26:29 CET 2009


Dino Viehland a écrit :
> 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?
>   
here it is

C:\Users\....\SDK\ironclad-v0.8.1-bin\build>"C:\Program Files\IronPython 
2.0\ipy.exe" -X:ExceptionDetail
IronPython 2.0 (2.0.0.0) on .NET 2.0.50727.3074
Type "help", "copyright", "credits" or "license" for more information.
 >>> import ironclad
 >>> import Crypto
 >>> from Crypto import *
La clé donnée était absente du dictionnaire.
   à System.ThrowHelper.ThrowKeyNotFoundException()
   à System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   à 
Microsoft.Scripting.Runtime.CustomSymbolDictionary.Microsoft.Scripting.IAttributesCollection.get_Item(SymbolId 
name)
   à IronPython.Runtime.Operations.PythonOps.ImportStar(CodeContext 
context, String fullName, Int32 level)
   à <module>$731##550(Closure , Scope , LanguageContext )
   à 
Microsoft.Scripting.Runtime.OptimizedScriptCode.InvokeTarget(LambdaExpression 
code, Scope scope)
   à Microsoft.Scripting.ScriptCode.Run(Scope scope)
   à 
IronPython.Hosting.PythonCommandLine.<>c__DisplayClass1.<RunOneInteraction>b__0()
KeyError: La clé donnée était absente du dictionnaire.
 >>>

jmp

> 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.
>
>   






More information about the Ironpython-users mailing list