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


Groups > comp.lang.python > #39285

Re: Is there a graphical GUI builder?

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.043
X-Spam-Evidence '*H*': 0.91; '*S*': 0.00; 'python': 0.09; 'scripting': 0.09; 'hobbyist': 0.16; "microsoft's": 0.16; 'subject:GUI': 0.16; 'wrote:': 0.17; 'url:moin': 0.17; 'feb': 0.19; 'thanks.': 0.21; 'facility': 0.22; 'seems': 0.23; 'header :In-Reply-To:1': 0.25; 'creating': 0.26; 'url:wiki': 0.26; 'wondering': 0.26; 'ago': 0.27; 'environment.': 0.27; 'received:209.85.210.46': 0.27; 'message-id:@mail.gmail.com': 0.27; 'interface': 0.27; "i'm": 0.29; 'basic': 0.30; 'function': 0.30; 'at:': 0.31; 'url:python': 0.32; 'utility': 0.33; 'to:addr :python-list': 0.33; 'that,': 0.34; 'received:google.com': 0.34; 'list': 0.35; 'pm,': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'url:org': 0.36; 'visual': 0.36; 'beyond': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'build': 0.39; 'subject:there': 0.65; '2013': 0.84; 'rex': 0.84; 'to:name:python': 0.84; 'graphical': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=SyE+OLDjlVfrycJ14qZ4VDVGwRzbbNJhZTIkY3cSETc=; b=rMin2wzS2FePr4CwC8LXrZrh6fkJ7jpCxVbFJhBRzqMzn32aQ/SJkGqXmDFkSzw0mc RrUIwjH6Hu5bRgzKEcupVid7BTE5Lui+piELUU4XumsS9hB2SWSZnIxVrZ+L/+Z48jpv s7H6xzAVnxQ44gAzU1HXPdOyk1cX9nIrpIYrzvxwNLfpWA72ejVGtYbDMeQt58/bU3g5 cmfGzkt3InzVRYhJ5XnjX/NowqvIFckSM7MnNyujPxQl5RHyp+SY4EU9soBOIGBCLmEd WSf18M0f8JvrOjcaPso3PjvKtwkLBCRORF7uYZMPQG2ZexTLX9urCyjRqMzbTFdyZ3NN +qJw==
X-Received by 10.68.244.162 with SMTP id xh2mr44255860pbc.55.1361313593941; Tue, 19 Feb 2013 14:39:53 -0800 (PST)
MIME-Version 1.0
In-Reply-To <c8492c84-c14f-4c91-aa6a-ed2443fb7987@googlegroups.com>
References <c8492c84-c14f-4c91-aa6a-ed2443fb7987@googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Tue, 19 Feb 2013 15:39:13 -0700
Subject Re: Is there a graphical GUI builder?
To Python <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2068.1361313596.2939.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1361313596 news.xs4all.nl 6884 [2001:888:2000:d::a6]:51778
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:39285

Show key headers only | View raw


On Tue, Feb 19, 2013 at 3:19 PM, Rex Macey <xer0925@gmail.com> wrote:
> I'm new to Python and only a hobbyist programmer.  A long time ago I used Microsoft's Visual Basic which had a nice (graphical) facility for creating GUIs which was part of the development environment.  I'm wondering if there's a utility for Python to build GUIs.  I see that there is TKinter, which is a scripting function to build GUIs. To be clear, I'm looking for a graphical interface to build GUIs. Thanks.

wxFormBuilder seems to be popular and works with wxPython.  Beyond
that, you might also take a look at the "GUI Design Tools and IDEs"
list at:

http://wiki.python.org/moin/GuiProgramming

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


Thread

Is there a graphical GUI builder? Rex Macey <xer0925@gmail.com> - 2013-02-19 14:19 -0800
  Re: Is there a graphical GUI builder? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-02-19 22:30 +0000
  Re: Is there a graphical GUI builder? Ian Kelly <ian.g.kelly@gmail.com> - 2013-02-19 15:39 -0700
  Re: Is there a graphical GUI builder? Chris Angelico <rosuav@gmail.com> - 2013-02-20 09:43 +1100
  Re: Is there a graphical GUI builder? Phil <phil_lor@bigpond.com> - 2013-02-20 08:59 +1000
  Re: Is there a graphical GUI builder? Miki Tebeka <miki.tebeka@gmail.com> - 2013-02-19 15:44 -0800
  Re: Is there a graphical GUI builder? duncan smith <buzzard@invalid.invalid> - 2013-02-20 02:03 +0000
  Re: Is there a graphical GUI builder? Roland Koebler <r.koebler@yahoo.de> - 2013-02-20 03:53 +0100
  Re: Is there a graphical GUI builder? Michael Torrie <torriem@gmail.com> - 2013-02-19 20:49 -0700
  Re: Is there a graphical GUI builder? Steve Simmons <square.steve@gmail.com> - 2013-02-20 08:44 +0100
  Re: Is there a graphical GUI builder? Roland Koebler <r.koebler@yahoo.de> - 2013-02-20 10:34 +0100
  Re: Is there a graphical GUI builder? Phil Thompson <phil@riverbankcomputing.com> - 2013-02-20 09:51 +0000
  Re: Is there a graphical GUI builder? Chris Angelico <rosuav@gmail.com> - 2013-02-20 20:52 +1100
  Re: Is there a graphical GUI builder? Roland Koebler <r.koebler@yahoo.de> - 2013-02-20 11:05 +0100
  Re: Is there a graphical GUI builder? Roland Koebler <r.koebler@yahoo.de> - 2013-02-20 11:42 +0100
  Re: Is there a graphical GUI builder? Phil Thompson <phil@riverbankcomputing.com> - 2013-02-20 11:19 +0000
  Re: Is there a graphical GUI builder? Roland Koebler <r.koebler@yahoo.de> - 2013-02-20 12:52 +0100
  Re: Is there a graphical GUI builder? Chris Angelico <rosuav@gmail.com> - 2013-02-20 23:14 +1100
  Re: Is there a graphical GUI builder? Laszlo Nagy <gandalf@shopzeus.com> - 2013-02-20 13:09 +0100
  Re: Is there a graphical GUI builder? Kevin Walzer <kw@codebykevin.com> - 2013-02-20 08:57 -0500
  Re: Is there a graphical GUI builder? Dietmar Schwertberger <maillist@schwertberger.de> - 2013-02-20 21:05 +0100
  Re: Is there a graphical GUI builder? Michael Torrie <torriem@gmail.com> - 2013-02-20 20:45 -0700
  Re: Is there a graphical GUI builder? PythonAB <python@rgbaz.eu> - 2013-02-21 10:20 +0100
  Re: Is there a graphical GUI builder? Chris Angelico <rosuav@gmail.com> - 2013-02-21 21:08 +1100
  Re: Is there a graphical GUI builder? Steve Simmons <square.steve@gmail.com> - 2013-02-21 11:18 +0100
  Re: Is there a graphical GUI builder? Roland Koebler <r.koebler@yahoo.de> - 2013-02-21 11:37 +0100
  Re: Is there a graphical GUI builder? Robert Kern <robert.kern@gmail.com> - 2013-02-21 11:25 +0000
  Re: Is there a graphical GUI builder? Roland Koebler <r.koebler@yahoo.de> - 2013-02-21 18:05 +0100
  Re: Is there a graphical GUI builder? Robert Kern <robert.kern@gmail.com> - 2013-02-21 21:16 +0000

csiph-web