Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'tkinter': 0.07; 'creator': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Visual': 0.09; 'python': 0.11; 'gui': 0.12; 'confuse': 0.16; 'drag': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:GUI': 0.16; 'subject:Studio': 0.16; 'subject:Tkinter': 0.16; 'subject:drag': 0.16; 'subject:drop': 0.16; 'wxpython': 0.16; 'wrote:': 0.18; 'app': 0.19; 'trying': 0.19; 'header:User-Agent:1': 0.23; 'subject:like': 0.24; 'connected': 0.24; 'mention': 0.26; 'header:X-Complaints-To:1': 0.27; 'installed': 0.27; 'option': 0.32; 'says': 0.33; 'subject:with': 0.35; 'but': 0.35; 'consistent': 0.36; 'charset:us-ascii': 0.36; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'email addr:gmail.com': 0.63; 'different': 0.65; 'subject': 0.69; 'facilities': 0.69; 'presumably': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dave Angel Subject: Re: Beginner - GUI devlopment in Tkinter - Any IDE with drag and drop feature like Visual Studio? Date: Sat, 21 Sep 2013 13:19:31 +0000 (UTC) References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 174.32.174.35 User-Agent: XPN/1.2.6 (Street Spirit ; Linux) 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379769594 news.xs4all.nl 15982 [2001:888:2000:d::a6]:57590 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54554 On 21/9/2013 03:19, shubhxx54@gmail.com wrote: > i am very confuse about gui development in python .. > i installed qt creator .. but it has no option for python.. > how can i bulit any app using drag n drop facilities ... > i am trying wxpython .. > plz help me . > how i use wxpython .. > plzz help me.. > You mention three different GUI toolkits: 1) subject line says Tkinter 2) you say wxpython 3) your qt creator is presumably connected with qt You need to get some consistent set of tools. -- DaveA