Path: csiph.com!usenet.pasdenom.info!news.albasani.net!news.mixmin.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'python': 0.09; 'from:addr:r.koebler': 0.16; 'from:name:roland koebler': 0.16; 'hobbyist': 0.16; "microsoft's": 0.16; 'qt,': 0.16; 'received:78.47': 0.16; 'subject:GUI': 0.16; 'tutorials.': 0.16; 'facility': 0.22; 'header:In-Reply-To:1': 0.25; 'creating': 0.26; 'wondering': 0.26; 'ago': 0.27; 'environment.': 0.27; "i'm": 0.29; 'basic': 0.30; 'utility': 0.33; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'subject:?': 0.35; 'there': 0.35; 'but': 0.36; 'visual': 0.36; 'charset:us-ascii': 0.36; 'subject:: ': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'build': 0.39; 'your': 0.60; 'content-disposition:inline': 0.60; 'subject:there': 0.65 Date: Wed, 20 Feb 2013 03:53:17 +0100 From: Roland Koebler To: python-list@python.org Subject: Re: Is there a graphical GUI builder? References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361329259 news.xs4all.nl 6948 [2001:888:2000:d::a6]:38730 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39301 Hi, > 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. yes, there are several, depending on the GUI-toolkit (GTK+, Qt, ...) you want to use. But I would recommend Glade and the GTK+-Toolkit. Simply search for Glade, GTK and Python in your favourite search engine, and you will find several tutorials. regards, Roland