[IronPython] Re: IronPython + wxPython

Doug Holton d.holton at vanderbilt.edu
Wed Sep 1 23:04:20 CEST 2004


> Hello, can I compile a wxPython application with IronPython?

You should be able to use wx.net from any .net compatible language: 
http://wxnet.sourceforge.net/
but I couldn't get IronPython to import it at all (even installing 
wx.NET with gacutil).  I think it works in the language boo ( 
http://boo.codehaus.org/ ) if you use: import wx from "wx.NET".

wx.NET is still in early development anyway, so it might be best to 
stick with the more full-featured GTK or Windows.Forms for now.



More information about the Ironpython-users mailing list