[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 09:39:11 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-08-31 15:56:14.000000000 -0400
+++ shadow/82650.tmp.16904 2007-09-01 09:39:11.000000000 -0400
@@ -10,13 +10,12 @@
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: tines at ravnaandtines.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: IronPython 2.0 Alpha3 - from X import * fails
Description of Problem:
Mono 1.2.5 with Gtk for Windows -- support for IronPython 2.0 Alpha3 is
alas not yet complete
@@ -53,6 +52,15 @@
------- Additional Comments From vargaz at gmail.com 2007-08-31 15:56 -------
This happens because we have a class called System.DateTimeOffset in
our 2.0 mscorlib, which is a net 3.5 type, this causes IronPython to
think it is running on net 3.5 (orcas), and it tries to load some types
which are not in net 2.0 leading to the exception.
+
+------- Additional Comments From marek.safar at seznam.cz 2007-09-01 09:39 -------
+Nice!
+
+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 ?
More information about the mono-bugs
mailing list