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


Groups > comp.lang.python > #109350

Re: Recommendation for GUI lib?

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From John Pote <johnhpote@o2.co.uk>
Newsgroups comp.lang.python
Subject Re: Recommendation for GUI lib?
Date Thu, 2 Jun 2016 11:35:03 +0100
Lines 26
Message-ID <mailman.83.1464863782.1839.python-list@python.org> (permalink)
References <24ECEF58-FF95-4B7B-9A7B-2B16800AD959@mostrom.pp.se> <ad387c4b-2629-4150-14c6-8558f2e48e18@o2.co.uk>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de JJXrUDjFgK5scIgKUsKHlAMAM8t1PNEEoYFC6mIHcJEQ==
Return-Path <johnhpote@o2.co.uk>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.038
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'wrapper': 0.07; 'python': 0.10; 'jan': 0.11; '18:13,': 0.16; '3.2.': 0.16; 'erik': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:GUI': 0.16; 'wrote:': 0.16; 'library,': 0.18; 'gui': 0.18; 'platforms': 0.18; 'ok.': 0.22; 'plus.': 0.22; 'code.': 0.23; 'tried': 0.24; 'header :In-Reply-To:1': 0.24; 'install': 0.25; "i've": 0.25; 'header :User-Agent:1': 0.26; 'raw': 0.27; '2.6': 0.27; 'helpful.': 0.29; 'asked': 0.29; "i'm": 0.30; 'comments': 0.30; 'primary': 0.31; 'anyone': 0.32; 'builds': 0.33; 'c++': 0.35; 'library.': 0.35; 'stable': 0.35; 'but': 0.36; 'project': 0.36; 'instead': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'does': 0.39; 'rather': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'easy': 0.60; 'john': 0.61; 'received:uk': 0.61; 'programs': 0.62; 'charset:windows-1252': 0.62; '2.7.': 0.84; 'phoenix': 0.84; 'url:phoenix': 0.84; 'url:wxpython': 0.84; 'on?': 0.91
User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.0
In-Reply-To <24ECEF58-FF95-4B7B-9A7B-2B16800AD959@mostrom.pp.se>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
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>
X-Mailman-Original-Message-ID <ad387c4b-2629-4150-14c6-8558f2e48e18@o2.co.uk>
X-Mailman-Original-References <24ECEF58-FF95-4B7B-9A7B-2B16800AD959@mostrom.pp.se>
Xref csiph.com comp.lang.python:109350

Show key headers only | View raw


On 01/06/2016 18:13, Jan Erik Moström wrote:

> I want to write a few programs with a GUI but I don't want to use Tk. 
> Instead I'm looking for some other library, I've tried to look around 
> and also asked a few but I don't really know what to use.
I've used wxPython (www.wxpython.org) for a few GUI projects and found 
it ok. It's a wrapper for the wxWidgets C++ library. There's even a 
reasonable free GUI builder, wxGlade, which I use as I prefer 
constructing GUI's that way rather than writing raw wxPython code. Never 
tried any of the paid for GUI builders.
Disadvantage is the download page only provides builds for Python 2.6 or 
2.7.

Does anyone know how Project Phoenix is coming on? 
http://wxpython.org/Phoenix/ItsAlive/ shows wxPython working with Python 
3.2.
Comments on how stable it is and how easy to install would be helpful.
John
>
> Do you have any recommendations? Primary platforms are OS X and Linux.
>
> I, of course, want to have "standard" widgets but a "calendar 
> view"/"date picker" is a plus.
>
> = jem

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


Thread

Re: Recommendation for GUI lib? John Pote <johnhpote@o2.co.uk> - 2016-06-02 11:35 +0100

csiph-web