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: 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: References: From: Ian Kelly Date: Tue, 19 Feb 2013 15:39:13 -0700 Subject: Re: Is there a graphical GUI builder? To: Python 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Tue, Feb 19, 2013 at 3:19 PM, Rex Macey 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 creatin= g GUIs which was part of the development environment. I'm wondering if the= re's a utility for Python to build GUIs. I see that there is TKinter, whic= h is a scripting function to build GUIs. To be clear, I'm looking for a gra= phical 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