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


Groups > comp.lang.python > #63366

Re: Suggested GUI framework for Mac and unix?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'canvas': 0.07; 'fixes': 0.07; 'framework.': 0.09; 'lawrence': 0.09; 'pil': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'runs': 0.10; 'python': 0.11; 'bug': 0.12; 'gui': 0.12; 'language.': 0.14; 'bonus.': 0.16; 'both)': 0.16; 'bump': 0.16; 'indications': 0.16; 'pygame': 0.16; 'qt,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:GUI': 0.16; 'switch.': 0.16; 'twisted': 0.16; 'wxpython': 0.16; 'language': 0.16; 'wrote:': 0.18; 'library': 0.18; 'widget': 0.19; 'written': 0.21; 'header:User-Agent:1': 0.23; 'looks': 0.24; '(or': 0.24; "i've": 0.25; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'wondering': 0.29; "i'm": 0.30; 'url:wiki': 0.31; 'cocoa': 0.31; 'linux.': 0.31; 'url:2008': 0.31; 'this.': 0.32; 'compatible': 0.32; "we're": 0.32; 'run': 0.32; 'mac': 0.33; 'comment': 0.34; 'could': 0.34; "can't": 0.35; 'display': 0.35; 'but': 0.35; 'subject:?': 0.36; 'url:org': 0.36; 'reports': 0.37; 'application': 0.37; 'lists.': 0.38; 'presently': 0.38; 'somebody': 0.38; 'to:addr:python-list': 0.38; 'url:01': 0.39; 'heard': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'either': 0.39; 'received:org': 0.40; 'users': 0.40; 'how': 0.40; 'future': 0.60; 'tell': 0.60; 'free': 0.61; 'new': 0.61; 'course': 0.61; 'our': 0.64; 'talking': 0.65; 'here': 0.66; 'believe': 0.68; 'sound': 0.68; 'long-term': 0.74; 'age': 0.80; 'received:2': 0.84; 'russell': 0.84; 'tossing': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Suggested GUI framework for Mac and unix?
Date Mon, 06 Jan 2014 22:55:40 +0000
References <rowen-E62B7C.14310406012014@news.gmane.org>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-2-98-207-36.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
In-Reply-To <rowen-E62B7C.14310406012014@news.gmane.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5083.1389048964.18130.python-list@python.org> (permalink)
Lines 49
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1389048964 news.xs4all.nl 2949 [2001:888:2000:d::a6]:51940
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:63366

Show key headers only | View raw


On 06/01/2014 22:31, Russell E. Owen wrote:

I'm no expert on GUIs but I've just picked wxPython via the age old 
system of tossing a coin :)

> I have a free cross-platform Python GUI application that has to run on
> Mac and linux. It is presently written in Tkinter, but for various
> reasons* it may be time to switch.
>
> I've heard many good things about wxpython and qt, but not used either,
> and am wondering if somebody could tell me if either (or both) would
> meet the following needs:
> -  Reliable on mac and linux. (I see that wxpython now runs under Cocoa
> but I've not seen any reports on how well that went.)

I can't comment but there's bound to be data on either the wxpython 
development or users mailing lists.

> - Compatible with matplotlib.

Demo here looks good 
http://eli.thegreenplace.net/2008/08/01/matplotlib-with-wxpython-guis/

> - Able to display (grayscale) images with arbitrary zoom. I currently
> use PIL with Tkinter's Canvas widget for this.
> - Compatible with a sound library for playing sound cues. I presently
> use pygame for this and have been considering switching to PySDL.
> - Compatible with Twisted Framework.
> - Prediction is hard, but indications of a long-term future would be a
> definite bonus.

 From wxpython.org "(25-Dec-2013) wxPython (classic) 3.0.0.0 has been 
released. No new features but lots of bug fixes in wxWidgets and of 
course the bump (finally!) up to 3.0."  See also 
http://wiki.wxpython.org/ProjectPhoenix which is the port of wxpython to 
support Python 3.  I'm not sure when it will be released by I believe 
we're talking months.

>
> -- Russell
>


-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

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


Thread

Re: Suggested GUI framework for Mac and unix? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-06 22:55 +0000

csiph-web