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!

From Laura Creighton <lac@openend.se>
Subject Re: Trying pmw with python3: Lots of crashes!
References <msi1nr$np6$1@speranza.aioe.org>
Date 2015-09-06 21:27 +0200
Newsgroups comp.lang.python
Message-ID <mailman.183.1441567658.8327.python-list@python.org> (permalink)

Show all headers | 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