Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #96075

Re: Trying pmw with python3: Lots of crashes!

Path csiph.com!goblin2!goblin.stu.neva.ru!newsfeed1.swip.net!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 <lac@openend.se>
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; 'url:pypi': 0.03; 'canvas': 0.07; 'column': 0.07; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'apps': 0.15; 'andy': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'desktops': 0.16; 'editable': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'install.': 0.16; 'message- id:@fido.openend.se': 0.16; 'need:': 0.16; 'paulo': 0.16; 'pypi?': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'steps,': 0.16; 'subject:python3': 0.16; 'tkinter.': 0.16; 'looked': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'sep': 0.22; 'seems': 0.23; 'downloaded': 0.24; 'examples': 0.24; 'installed': 0.26; "skip:' 10": 0.28; 'looks': 0.29; '"no': 0.29; 'crash': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'anybody': 0.32; 'run': 0.33; 'url:python': 0.33; 'this?': 0.34; 'list': 0.34; 'but': 0.36; 'too': 0.36; 'there': 0.36; 'url:org': 0.36; 'possible': 0.36; 'heard': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'version': 0.38; 'several': 0.38; 'subject:with': 0.40; 'some': 0.40; 'him': 0.60; 'header:Message-Id:1': 0.61; 'default': 0.61; 'relatively': 0.63; 'more': 0.63; 'url:0': 0.63; '1st': 0.83; 'complex.': 0.84; 'demos': 0.84; 'devices.': 0.84; 'header:In- reply-to:1': 0.84
To Paulo da Silva <p_s_d_a_s_i_l_v_a_ns@netcabo.pt>
cc python-list@python.org, lac@openend.se
From Laura Creighton <lac@openend.se>
Subject Re: Trying pmw with python3: Lots of crashes!
In-reply-to <msi1nr$np6$1@speranza.aioe.org>
References <msi1nr$np6$1@speranza.aioe.org>
Comments In-reply-to Paulo da Silva <p_s_d_a_s_i_l_v_a_ns@netcabo.pt> message dated "Sun, 06 Sep 2015 19:47:25 +0100."
MIME-Version 1.0
Content-Type text/plain; charset="us-ascii"
Content-ID <4700.1441567644.1@fido>
Date Sun, 06 Sep 2015 21:27:24 +0200
X-Greylist Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Sun, 06 Sep 2015 21:27:29 +0200 (CEST)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.183.1441567658.8327.python-list@python.org> (permalink)
Lines 38
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1441567658 news.xs4all.nl 23760 [2001:888:2000:d::a6]:46732
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:96075

Show key headers only | View raw


In a message of Sun, 06 Sep 2015 19:47:25 +0100, Paulo da Silva writes:
>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 ...:
>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.

Did you get it from PyPI?
https://pypi.python.org/pypi/Pmw/2.0.0  ?

Last I heard Andy Robinson of reportlab had made it work with Python3.0,
so you might ask him about bizarre crashes.

You might also want to look at kivy, which works on desktops as well as
on mobile devices.  Get the examples directory and run the demos to see
if what it can do looks like what you want.

Laura

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Trying pmw with python3: Lots of crashes! Paulo da Silva <p_s_d_a_s_i_l_v_a_ns@netcabo.pt> - 2015-09-06 19:47 +0100
  Re: Trying pmw with python3: Lots of crashes! Michael Torrie <torriem@gmail.com> - 2015-09-06 13:20 -0600
    Re: Trying pmw with python3: Lots of crashes! Paulo da Silva <p_s_d_a_s_i_l_v_a_ns@netcabo.pt> - 2015-09-07 02:40 +0100
      Re: Trying pmw with python3: Lots of crashes! Christian Gollwitzer <auriocus@gmx.de> - 2015-09-07 07:24 +0200
        Re: Trying pmw with python3: Lots of crashes! Paulo da Silva <p_s_d_a_s_i_l_v_a_ns@netcabo.pt> - 2015-09-08 02:04 +0100
  Re: Trying pmw with python3: Lots of crashes! Laura Creighton <lac@openend.se> - 2015-09-06 21:27 +0200
    Re: Trying pmw with python3: Lots of crashes! Paulo da Silva <p_s_d_a_s_i_l_v_a_ns@netcabo.pt> - 2015-09-07 02:51 +0100
  Re: Trying pmw with python3: Lots of crashes! Terry Reedy <tjreedy@udel.edu> - 2015-09-06 15:33 -0400

csiph-web