<p dir="ltr"><br>
On Aug 4, 2014 6:23 AM, <<a href="mailto:danwgrace@gmail.com">danwgrace@gmail.com</a>> wrote:<br>
><br>
> Hello,<br>
> 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)?<br>
> Thanks.<br>
> --</p>
<p dir="ltr">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 <a href="http://www.mono-project.com/wpf">http://www.mono-project.com/wpf</a> ). <br>
</p>