Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; '*not*': 0.05; 'subject:python': 0.12; 'gui': 0.13; '>because': 0.16; 'from:addr:awilliam': 0.16; 'from:addr:whitemice.org': 0.16; 'from:name:adam tauno williams': 0.16; 'ironpython,': 0.16; 'message-id:@linux-yu4c.site': 0.16; 'orm.': 0.16; 'received:72.14.190': 0.16; 'received:72.14.190.87': 0.16; 'received:mail.wmmi.net': 0.16; 'received:wmmi.net': 0.16; 'reply- to:addr:awilliam': 0.16; 'reply-to:addr:whitemice.org': 0.16; 'wpf': 0.16; 'header:In-Reply-To:1': 0.22; 'received:72.14': 0.26; 'bound': 0.29; 'fine.': 0.29; 'to:addr:python-list': 0.34; 'tools.': 0.34; 'backend': 0.35; 'languages.': 0.35; 'subject:: ': 0.38; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'header:Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.72; 'designers.': 0.84; 'subject:tool': 0.84; 'subject:there': 0.91; 'subject:good': 0.93 Subject: Re: Wgy isn't there a good RAD Gui tool fo python From: Adam Tauno Williams To: python-list@python.org Date: Sun, 10 Jul 2011 20:43:53 -0400 In-Reply-To: References: <0439d15a-d6f3-435e-a4f9-416082596480@g9g2000yqb.googlegroups.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.0.2 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: awilliam@whitemice.org 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1310345197 news.xs4all.nl 21752 [2001:888:2000:d::a6]:35473 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:9212 >Because RAD tools are for GUI toolkits, not for languages. If you're >using GTK, Glade works fine. Same with QT and QTDesigner. If you're >using WPF with IronPython, t These [Glade, etc...] are *NOT* RAD tools. They are GUI designers. A RAD tool provides a GUI designer that can be bound to a backend [typically an SQL database]. RAD = GUI + ORM.