Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.04; 'complaining': 0.07; 'googled': 0.09; 'googling': 0.09; 'guys.': 0.09; 'none.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'seriously.': 0.09; 'subject:python': 0.12; 'gui': 0.13; 'ambiguous': 0.16; 'expected.': 0.16; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'question.': 0.16; '(which': 0.20; 'seems': 0.20; 'header:In- Reply-To:1': 0.22; 'missed': 0.24; 'suggestion': 0.26; 'received:84': 0.28; 'stefan': 0.29; 'times.': 0.30; 'differently': 0.30; 'answers': 0.32; 'it.': 0.33; 'usually': 0.33; 'anyone': 0.33; 'to:addr:python-list': 0.34; 'header:X -Complaints-To:1': 0.34; 'instead': 0.34; 'header:User-Agent:1': 0.34; 'there': 0.34; 'describe': 0.34; 'usage': 0.35; 'but': 0.37; 'received:org': 0.38; 'subject:: ': 0.38; 'everyone': 0.38; 'something': 0.38; 'header:Mime-Version:1': 0.39; 'under': 0.39; 'to:addr:python.org': 0.39; 'your': 0.60; 'subject:tool': 0.84; 'subject:there': 0.91; 'subject:good': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: Wgy isn't there a good RAD Gui tool fo python Date: Mon, 11 Jul 2011 19:11:56 +0200 References: <0439d15a-d6f3-435e-a4f9-416082596480@g9g2000yqb.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: dslb-084-056-058-023.pools.arcor-ip.net User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 In-Reply-To: <0439d15a-d6f3-435e-a4f9-416082596480@g9g2000yqb.googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1310404331 news.xs4all.nl 21805 [2001:888:2000:d::a6]:51992 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:9266 Ivan Kljaic, 11.07.2011 00:50: > Ok Guys. I know that most of us have been expiriencing the need for a > nice Gui builder tool for RAD and most of us have been googling for it > a lot of times. But seriously. Why is the not even one single RAD tool > for Python. Just a quick suggestion regarding the way you posed your question. It's usually better to ask if anyone knows a good tool to do a specific job (which you would describe in your post), instead of complaining about there being none. Even if you googled for it, you may have missed something because it's known under a different name or because it works differently than you expected. Also, as the answers show, your usage of the term "RAD" is ambiguous - not everyone seems to know what you mean with it. Stefan