Hi jean-marc -

This looks like an Ironclad bug - we're looking into it now. It might be something simple to fix, or quite complicated; Ironclad's still a work in progress, and there are lots of parts of the Python C API that aren't implemented yet. I'll let you know when we've got a better idea of what's going on.

Cheers,
Christian



jean-marc pouchoulon wrote:
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.




_______________________________________________
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