[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
Sat Sep 1 14:38:22 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 vargaz at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=82650

--- shadow/82650	2007-09-01 09:39:11.000000000 -0400
+++ shadow/82650.tmp.20367	2007-09-01 14:38:22.000000000 -0400
@@ -61,6 +61,15 @@
 
 However, 3.5 mscorlib does not exist, .NET 3.5 overwrites 2.0 mscorlib,
 the version info is still 2.0.0.0.
 
 The fix is to implement the missing methods/classes. Which classes are
 missing ?
+
+------- Additional Comments From vargaz at gmail.com  2007-09-01 14:38 -------
+IronPython seems to have a list of classes which it thinks should be in
+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


More information about the mono-bugs mailing list