Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subset': 0.09; 'runs': 0.10; 'python': 0.11; 'gui': 0.12; 'ironpython': 0.16; 'subject:IronPython': 0.16; 'to:name:python list': 0.16; 'wrote:': 0.18; 'thanks.': 0.20; 'aug': 0.22; 'email addr:gmail.com>': 0.22; '>': 0.26; '(see': 0.26; 'supported': 0.26; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'libraries': 0.31; 'run': 0.32; 'mac': 0.33; 'received:209.85': 0.35; 'except': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'application': 0.37; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'visual': 0.39; 'to:addr:python.org': 0.39; 'subject: / ': 0.60 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=keXFno32BTyIA4KsWP8wmS1+RdWd27bY+fjHxsLVZuU=; b=UtPjJTay83hNBCrbgxF0GrJ1/OLZxbWiEMQHgg63f1GZ9KTZkofikYl5ayIRgYIwDj kUIkYkbWd6S1e8A28+09HNVTDO9bpdwFVh+2kdnkV3L3f5tGOY075v/dwz00q6/+TWxc 1NXy2jN/WJpDtPMRtE5wmEPDTDvDKjPLqwIAfb3ymMWmPNHw6KIoNILTKJg8co5m6nD3 xX1MmnBrSvjma6uiem9Hnr/toE+vAkoqKfB3YDAkjluk74UFB88fBwkUCjuPtpN1daRo zmXLIGjapjzqy1zYKO99eDhxA3U22SaZ/v/r5GaPkvqzS1HxmAWcHHCuStUUEuREb+4z pqDA== X-Gm-Message-State: ALoCoQnKiWXo7VshDjWIIjdKVH0nHqRP+oeii2z75BKUt53TSqvpx30SYJekXJhy2wBFvIqJr5RZjNQx7RqCMLRNY//JfHV8bM/knyKR/Z+iorDx9hnK/7u+a96LtuvQ/CMVlkz3cI7W X-Received: by 10.236.35.103 with SMTP id t67mr37434090yha.7.1407157828693; Mon, 04 Aug 2014 06:10:28 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.236.35.103 with SMTP id t67mr37434077yha.7.1407157828583; Mon, 04 Aug 2014 06:10:28 -0700 (PDT) In-Reply-To: <59db0f1d-31dd-441a-bdb6-413d75ca7c85@googlegroups.com> References: <59db0f1d-31dd-441a-bdb6-413d75ca7c85@googlegroups.com> Date: Mon, 4 Aug 2014 06:10:28 -0700 Subject: Re: Will IronPython / WPF work on Mac OS X? From: Benjamin Kaplan To: Python List Content-Type: multipart/alternative; boundary=20cf3011e243840baf04ffcd76d0 X-Junkmail-Whitelist: YES (by domain whitelist at mpv1.tis.cwru.edu) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407158215 news.xs4all.nl 2962 [2001:888:2000:d::a6]:34947 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75689 --20cf3011e243840baf04ffcd76d0 Content-Type: text/plain; charset=UTF-8 On Aug 4, 2014 6:23 AM, 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 ). --20cf3011e243840baf04ffcd76d0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Aug 4, 2014 6:23 AM, <danwgrac= e@gmail.com> wrote:
>
> Hello,
> I am thinking of using IronPython to build an Python application. Usin= g WPF in Visual Studio to draw the GUI and create the XAML. =C2=A0Can I the= n run this Python application on a Mac OS X (10.8)?
> Thanks.
> --

Nope. IronPython on Mac runs on top of Mono, so it has acces= s to all the libraries that Mono supports. That means there's no suppor= t for WPF except for the subset that Silverlight supported (See http://www.mono-project.com/wpf ).

--20cf3011e243840baf04ffcd76d0--