Will IronPython / WPF work on Mac OS X?

Benjamin Kaplan benjamin.kaplan at case.edu
Mon Aug 4 09:10:28 EDT 2014


On Aug 4, 2014 6:23 AM, <danwgrace at gmail.com> wrote:
>
> Hello,
> I am thinking of using IronPython to build an Python application. Using
WPF in Visual Studio to draw the GUI and create the XAML.  Can I then run
this Python application on a Mac OS X (10.8)?
> Thanks.
> --

Nope. IronPython on Mac runs on top of Mono, so it has access to all the
libraries that Mono supports. That means there's no support for WPF except
for the subset that Silverlight supported (See
http://www.mono-project.com/wpf ).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140804/19d11aea/attachment.html>


More information about the Python-list mailing list