Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #75689

Re: Will IronPython / WPF work on Mac OS X?

References <59db0f1d-31dd-441a-bdb6-413d75ca7c85@googlegroups.com>
Date 2014-08-04 06:10 -0700
Subject Re: Will IronPython / WPF work on Mac OS X?
From Benjamin Kaplan <benjamin.kaplan@case.edu>
Newsgroups comp.lang.python
Message-ID <mailman.12640.1407158215.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Aug 4, 2014 6:23 AM, <danwgrace@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 ).

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Will IronPython / WPF work on Mac OS X? danwgrace@gmail.com - 2014-08-04 05:17 -0700
  Re: Will IronPython / WPF work on Mac OS X? Kevin Walzer <kw@codebykevin.com> - 2014-08-04 09:14 -0400
  Re: Will IronPython / WPF work on Mac OS X? Benjamin Kaplan <benjamin.kaplan@case.edu> - 2014-08-04 06:10 -0700

csiph-web