[chirp_users] Problem on Linux Mint with Mate desktop
Hi, using 'Linux Mint 21.1 (Vera)' with mate desktop, after downloading from radio no channel grid windows is showed. In the terminal (where I run chirp) there is this: --------------------------------------------------------------------------------------------------------- angelo@ham:~$ chirp WARNING: Did not find localedir: /usr/local/lib/python3.10/dist-packages/chirp-next_20230115-py3.10.egg/chirp/locale Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/chirp-next_20230115-py3.10.egg/chirp/wxui/main.py", line 1109, in _menu_download editorset = ChirpEditorSet(radio, None, self._editors) File "/usr/local/lib/python3.10/dist-packages/chirp-next_20230115-py3.10.egg/chirp/wxui/main.py", line 119, in __init__ edit = self.MEMEDIT_CLS(radio, self._editors) File "/usr/local/lib/python3.10/dist-packages/chirp-next_20230115-py3.10.egg/chirp/wxui/memedit.py", line 465, in __init__ self.set_cell_attrs() File "/usr/local/lib/python3.10/dist-packages/chirp-next_20230115-py3.10.egg/chirp/wxui/memedit.py", line 482, in set_cell_attrs attr.SetFitMode(wx.grid.GridFitMode.Ellipsize()) AttributeError: 'GridCellAttr' object has no attribute 'SetFitMode' ------------------------------------------------------------------------------------------ Chirp about info is: CHIRP-next-20230115 on Python 3.10.6 wxPython 4.0.7 gtk3 (phoenix) Wxwidget 3.0.5
Any help?
Thank you, 73. Angelo IK8VRQ/KG6DPO
Chirp about info is: CHIRP-next-20230115 on Python 3.10.6 wxPython 4.0.7 gtk3 (phoenix) Wxwidget 3.0.5
Any help?
This is the same issue Lynda faced, and is likely because your wxPython is older than what we're using in the bundled builds. Someone please file a bug and I'll add an exception for your older library.
I am using Mint 20.02 based on Ubuntu 20.04 and had the same issue with old wxPython. I used this to successfully update wxPython and resolve the issue.
pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04 wxPython
Nicolas
On Sun, 15 Jan 2023 at 15:56, Dan Smith via chirp_users < chirp_users@intrepid.danplanet.com> wrote:
Chirp about info is: CHIRP-next-20230115 on Python 3.10.6 wxPython 4.0.7
gtk3 (phoenix) Wxwidget 3.0.5
Any help?
This is the same issue Lynda faced, and is likely because your wxPython is older than what we're using in the bundled builds. Someone please file a bug and I'll add an exception for your older library. _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nicolas at nicolas@jetblackjelly.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com Searchable archive: https://www.mail-archive.com/chirp_users@intrepid.danplanet.com
I am using Mint 20.02 based on Ubuntu 20.04 and had the same issue with old wxPython. I used this to successfully update wxPython and resolve the issue.
pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04 wxPython
This will work for x86_64 machines, but won't work for systems like the Raspberry Pi. But yeah, this gets you on a newer wxPython, which is good for several reasons. I've added this as an optional step to this page:
https://chirp.danplanet.com/projects/chirp/wiki/ChirpOnLinux
Thanks!
--Dan
I have a RPi 4 with Raspbian GNU/Linux 11 (bullseye) installed.
I was able to
sudo pip install wxPython
and it successfully installed wxPython 4.1.1. 4.2.0 failed, but 4.1.1 succeeded.
Chirp ran just fine after that.
Joe Pizzi KI5LST
-----Original Message----- From: chirp_users-bounces@intrepid.danplanet.com chirp_users-bounces@intrepid.danplanet.com On Behalf Of Dan Smith via chirp_users Sent: Sunday, January 15, 2023 12:19 PM To: Discussion of CHIRP chirp_users@intrepid.danplanet.com Subject: Re: [chirp_users] Problem on Linux Mint with Mate desktop
I am using Mint 20.02 based on Ubuntu 20.04 and had the same issue with
old wxPython. I used this to successfully update wxPython and resolve the issue.
pip3 install -U -f
https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04 wxPython
This will work for x86_64 machines, but won't work for systems like the Raspberry Pi. But yeah, this gets you on a newer wxPython, which is good for several reasons. I've added this as an optional step to this page:
https://chirp.danplanet.com/projects/chirp/wiki/ChirpOnLinux
Thanks!
--Dan _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Joe Pizzi at pizzi.joe@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com Searchable archive: https://www.mail-archive.com/chirp_users@intrepid.danplanet.com
participants (4)
-
Angelo Marcone
-
Dan Smith
-
Nicolas Pike
-
pizzi.joe@gmail.com