[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
Fri Aug 31 15:56:14 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-08-31 14:58:06.000000000 -0400
+++ shadow/82650.tmp.3646 2007-08-31 15:56:14.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 82650
Product: Mono: Runtime
Version: 1.2
-OS:
+OS: unknown
OS Details: XP SP2
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: tines at ravnaandtines.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -46,6 +46,13 @@
How often does this happen?
Every time
Additional Information:
Using IPCE-r6 instead is successful
+
+------- 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.
+
More information about the mono-bugs
mailing list