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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 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 [EMAIL PROTECTED]  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 [EMAIL PROTECTED]  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 ?
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to