Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python,': 0.02; 'so?': 0.07; 'apache,': 0.09; 'rules.': 0.09; 'gui': 0.11; 'steve': 0.13; 'comp': 0.16; 'from:addr:python': 0.16; 'ios': 0.16; 'mit,': 0.16; 'subject:GUI': 0.16; 'wrote:': 0.17; 'developer': 0.19; 'feb': 0.19; 'proprietary': 0.23; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'freedom,': 0.29; 'maybe': 0.29; 'that.': 0.30; 'code': 0.31; 'to:addr:python-list': 0.33; "can't": 0.34; 'bigger': 0.35; 'doing': 0.35; 'subject:?': 0.35; 'michael': 0.36; "didn't": 0.36; 'charset:us-ascii': 0.36; 'far': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'most': 0.61; 'developed': 0.62; 'header:Message-Id:1': 0.62; 'offer': 0.65; 'subject:there': 0.65; 'received:nl': 0.75; 'android.': 0.84; 'received:69.175': 0.84; 'simmons': 0.84 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1085) Subject: Re: Is there a graphical GUI builder? From: PythonAB In-Reply-To: <51259854.9040909@gmail.com> Date: Thu, 21 Feb 2013 10:20:59 +0100 Content-Transfer-Encoding: quoted-printable References: <51247EDD.3010500@gmail.com> <51259854.9040909@gmail.com> To: python-list@python.org X-Mailer: Apple Mail (2.1085) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - titan.secsrv.net X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - rgbaz.eu X-Get-Message-Sender-Via: titan.secsrv.net: authenticated_id: arno@rgbaz.eu 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361440473 news.xs4all.nl 6987 [2001:888:2000:d::a6]:44201 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39407 On 21 feb 2013, at 04:45, Michael Torrie wrote: > On 02/20/2013 12:44 AM, Steve Simmons wrote: >> 2. Qt isn't 'free' (depending on what you are going to be doing with = it)=20 >> - read the licensing rules. >=20 > How so? It's LGPL. You can't get much freer than that. Both in terms = of > code and developer freedom, and proprietary freedom. well that can be discussed... (BSD, MIT, Apache, CDDL) Anyway, maybe the OP can have a look at PySide which was developed after Riverbank Comp didn't want to offer PyQt as LGPL. In my opinion Qt is by far the most developed GUI available for Python, and it will be even bigger in the near future with support for iOS and = Android. gr arno=