Path: csiph.com!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.045 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'suggest': 0.15; 'at,': 0.16; 'build?': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'paulo': 0.16; 'steps,': 0.16; 'subject:python3': 0.16; 'wrote:': 0.16; 'looked': 0.16; 'gui': 0.18; 'trying': 0.22; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'anyone': 0.32; 'message- id:@gmail.com': 0.34; 'too': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'charset:windows-1252': 0.62; 'more': 0.63; '1st': 0.83; 'complex.': 0.84; 'data-driven': 0.84 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Sun, 06 Sep 2015 13:20:48 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Trying pmw with python3: Lots of crashes! References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441567260 news.xs4all.nl 23789 [2001:888:2000:d::a6]:43375 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96074 On 09/06/2015 12:47 PM, Paulo da Silva wrote: > Do I need to go to more complex system like wxwidgets or pyside (QT)? > I looked at the last one but, from the 1st steps, it seems too complex. Before anyone can suggest toolkits to look at, what kind of GUI are you trying to build? What kind of "complex" widgets are you trying to construct? By their very nature "complex" widgets are going to be, well, complex. Do you need data-driven forms?