Path: csiph.com!usenet.pasdenom.info!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'canvas': 0.07; 'column': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'jan': 0.11; 'apps': 0.15; '2:47': 0.16; 'editable': 0.16; 'install.': 0.16; 'need:': 0.16; 'paulo': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'steps,': 0.16; 'subject:python3': 0.16; 'tkinter.': 0.16; 'wrote:': 0.16; 'looked': 0.16; 'thanks.': 0.18; '2.x': 0.22; '3.x': 0.22; 'trying': 0.22; 'code.': 0.23; 'seems': 0.23; 'downloaded': 0.24; 'examples': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User- Agent:1': 0.26; 'installed': 0.26; 'header:X-Complaints-To:1': 0.26; "skip:' 10": 0.28; '"no': 0.29; 'crash': 0.29; 'convert': 0.29; 'code': 0.30; 'anybody': 0.32; 'run': 0.33; 'this?': 0.34; 'list': 0.34; 'but': 0.36; 'too': 0.36; 'should': 0.36; 'there': 0.36; 'possible': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'several': 0.38; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'some': 0.40; 'default': 0.61; 'relatively': 0.63; 'more': 0.63; '1st': 0.83; 'complex.': 0.84; 'construct': 0.84; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Trying pmw with python3: Lots of crashes! Date: Sun, 6 Sep 2015 15:33:49 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-98-114-97-173.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 In-Reply-To: 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: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441568111 news.xs4all.nl 23861 [2001:888:2000:d::a6]:52370 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96077 On 9/6/2015 2:47 PM, Paulo da Silva wrote: > Hi! > > I took a look at tkinter. It is pretty simple but it's very hard to > construct some relatively more complex widgets. > > So I looked at pmw. > Because my system only have pmw for python2, I downloaded pmw2 from its > site and installed it manually using pysetup.py install. > Trying the examples ...: First run Tools/Script/2to3.py to convert 2.x code to 3.x code. See the docstring. > Some run fine. > Some just segfault! > Others crash with the folloing message: > "No such Pmw version 'on3-pmw-doc'. Using default version '2.0.0'" > > Is there anybody using pmw who can explain possible reasons for this? > > Should I use it for small apps that need: > 1 or more canvas scrollable windows? > 1 scrollable list with several (few) column editable fields? > > 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. > > Thanks. > -- Terry Jan Reedy