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


Groups > comp.lang.python > #75685 > unrolled thread

Will IronPython / WPF work on Mac OS X?

Started bydanwgrace@gmail.com
First post2014-08-04 05:17 -0700
Last post2014-08-04 06:10 -0700
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  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

#75685 — Will IronPython / WPF work on Mac OS X?

Fromdanwgrace@gmail.com
Date2014-08-04 05:17 -0700
SubjectWill IronPython / WPF work on Mac OS X?
Message-ID<59db0f1d-31dd-441a-bdb6-413d75ca7c85@googlegroups.com>
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.

[toc] | [next] | [standalone]


#75688

FromKevin Walzer <kw@codebykevin.com>
Date2014-08-04 09:14 -0400
Message-ID<lro10k$3ip$1@dont-email.me>
In reply to#75685
On 8/4/14, 8:17 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.
>

IronPython is a Windows-only product, I believe...doesn't it run on top 
of .NET? I don't see how it would work on the Mac unless it also worked 
with Mono.

-- 
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com

[toc] | [prev] | [next] | [standalone]


#75689

FromBenjamin Kaplan <benjamin.kaplan@case.edu>
Date2014-08-04 06:10 -0700
Message-ID<mailman.12640.1407158215.18130.python-list@python.org>
In reply to#75685

[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 ).

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web