[Mono-bugs] [Bug 82650][Wis] New - IronPython 2.0 Alpha3 - from X import * fails

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 31 14:58:06 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 tines at ravnaandtines.com.

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

--- shadow/82650	2007-08-31 14:58:06.000000000 -0400
+++ shadow/82650.tmp.2844	2007-08-31 14:58:06.000000000 -0400
@@ -0,0 +1,51 @@
+Bug#: 82650
+Product: Mono: Runtime
+Version: 1.2
+OS: 
+OS Details: XP SP2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+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
+
+Steps to reproduce the problem:
+1. Create WinForms.py containing
+
+import clr
+clr.AddReference("System.Windows.Forms")  
+from System.Windows.Forms import *
+print dir()
+
+2. run using "c:\Program Files\Mono-1.2.5\bin\mono"
+c:\IronPython-2.0A3\ipy.exe WinForms.py
+
+
+Actual Results:
+Traceback (most recent call last):
+  File __main__, line unknown, in Initialize
+  File WinUI, line unknown, in Initialize
+TypeError: Argument cannot be null.
+Parameter name: type
+
+Expected Results:
+Emit large list of classes imported into the current namespace
+
+
+How often does this happen? 
+Every time
+
+Additional Information:
+Using IPCE-r6 instead is successful


More information about the mono-bugs mailing list