I made the change as part of a pull request I submitted yesterday, so no worries. MenuItem.GetLabel() is gone, and replaced, for our purposes, with MenuItem.GetItemLabelText().
Martin. KD6YAM
On Sun, Sep 26, 2021 at 3:27 PM Joseph.P.Scanlan@n7xsd.us wrote:
I’m using wxPython 4.0.7.
What function needs to be changed? I’m still learning wxPython.
On 25 Sep 2021, at 13:25, Joe Pizzi via chirp_devel < chirp_devel@intrepid.danplanet.com> wrote:
wxPython is now on version 4.1.1, so I’d say at least 4.0.
Joe Pizzi
*From:* chirp_devel-bounces@intrepid.danplanet.com < chirp_devel-bounces@intrepid.danplanet.com> *On Behalf Of *Martin Cooper via chirp_devel *Sent:* Saturday, September 25, 2021 11:35 AM *To:* chirp-devel chirp_devel@intrepid.danplanet.com *Subject:* [chirp_devel] Version of wxPython for py3
Bringing up the py3 branch to have a look at where the UI is, one of the first things I tried was File -> New. This immediately died. It seems that the recently added code for maintaining a recently-opened list relies on a function that was present in old versions of wxPython (e.g. 2.8.x) but has been supplanted by a more flexible set of functions in the latest version (i.e. Phoenix).
This raises the question of what the target version of wxPython is intended to be. There is a comment in the recently added developer module related to Phoenix, so I'd assume that it's intended to work under Phoenix. The question is whether that's what we should be working with, or if support for an older version is also required.
The particular issue I encountered is easily fixed for 2.8.6.0 and later, but I think it would be worth putting a stake in the ground in specifying a minimum version of wxPython as a target, so that people know what they should develop with.
Thoughts?
Martin. KD6YAM _______________________________________________ chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers