[Mono-bugs] [Bug 82650][Wis] Changed - IronPython 2.0 Alpha3 - from X import * fails
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Sep 2 09:43:48 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=82650
--- shadow/82650 2007-09-01 14:38:22.000000000 -0400
+++ shadow/82650.tmp.6355 2007-09-02 09:43:48.000000000 -0400
@@ -70,6 +70,45 @@
the System.Windows.Forms assembly, and until we have all of the same
classes, this will not work.
To see which is missing, use:
~/work/mono --trace=T:System.Reflection.Assembly Bin/Debug/ipy.exe
bug.py | grep GetType
+
+------- Additional Comments From marek.safar at seznam.cz 2007-09-02 09:43 -------
+Running the test on linux produces following exception
+
+
+Unhandled Exception: System.Collections.Generic.KeyNotFoundException:
+The given key was not present in the dictionary.
+ at
+System.Collections.Generic.Dictionary`2[System.String,System.Type].get_Item
+(System.String ) [0x000a2] in
+/home/marek/svn/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:135
+
+ at IronPython.Runtime.SystemState.InitializeBuiltins () [0x00000]
+ at IronPython.Runtime.SystemState..ctor () [0x00000]
+ at IronPython.Hosting.PythonEngine..ctor
+(IronPython.Hosting.PythonLanguageProvider provider,
+IronPython.PythonEngineOptions engineOptions) [0x00000]
+ at IronPython.Hosting.PythonEngine.<.cctor>b__0
+(IronPython.Hosting.PythonLanguageProvider provider,
+IronPython.PythonEngineOptions options) [0x00000]
+ at (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_PythonEngine_PythonLanguageProvider_PythonEngineOptions
+(IronPython.Hosting.PythonLanguageProvider,IronPython.PythonEngineOptions)
+ at
+Microsoft.Scripting.Hosting.SingletonEngineFactory`3[IronPython.Hosting.PythonEngine,IronPython.PythonEngineOptions,IronPython.Hosting.PythonLanguageProvider].GetInstance
+(IronPython.Hosting.PythonLanguageProvider ,
+IronPython.PythonEngineOptions ) [0x00000]
+ at IronPython.Hosting.PythonLanguageProvider.GetEngine
+(Microsoft.Scripting.EngineOptions options) [0x00000]
+ at
+Microsoft.Scripting.Hosting.LanguageProvider.Microsoft.Scripting.Hosting.ILanguageProvider.GetEngine
+(Microsoft.Scripting.EngineOptions options) [0x00000]
+ at Microsoft.Scripting.Hosting.ConsoleHost.RunCommandLine
+(Microsoft.Scripting.OptionsParser optionsParser) [0x00000]
+ at Microsoft.Scripting.Hosting.ConsoleHost.ExecuteInternal () [0x00000]
+ at Microsoft.Scripting.Hosting.ConsoleHost.Execute () [0x00000]
+ at Microsoft.Scripting.Hosting.ConsoleHost.Run (System.String[]
+args) [0x00000]
+ at PythonConsoleHost.Main (System.String[] args) [0x00000]
More information about the mono-bugs
mailing list