[chirp_users] New chirp-next build

2023-01-15 Thread donotreply
Greetings,

A new build of CHIRP-next is available. This includes changes made directly to 
the tree since yesterday and may include additional features, bug fixes, etc. 
As a reminder, this is different from the "daily" CHIRP builds in that new 
development and features are happening here. It is the latest and greatest, but 
also may be less stable than the "daily" builds at this time. If it works for 
you, we recommend using CHIRP-next, but if your radio is not yet working on it, 
then you may prefer to use the "daily" builds for the time being.

You can get it from here:

http://trac.chirp.danplanet.com/chirp_next/

A list of changes since the last build are here:

Changes for Build #39
[3046399+kk7ds] Formalize chirpc a bit and install it

[3046399+kk7ds] Add back the easy chirpc runner

[3046399+kk7ds] Make style target run flake8 on chirp.cli

[3046399+kk7ds] Refactor repeaterbook item parsing for errors

[3046399+kk7ds] Add RepeaterBook "rest of world" queries

[3046399+kk7ds] Add support for RepeaterBook Notes field

[3046399+kk7ds] Make cell background grey for immutable values

[3046399+kk7ds] Align query source link on Windows

[3046399+kk7ds] Ellipsize cells when column is resized smaller

[3046399+kk7ds] Add repeaterbook tests and fix a bug found

[3046399+kk7ds] Add super simple CLI test to get started

[3046399+kk7ds] Remove two unit test files for chirp-legacy

[3046399+kk7ds] drivers.ftm350: Define and set "visible" bit

[3046399+kk7ds] Convert Yaesu FT-2900 for python3___
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com

Re: [chirp_users] Baofeng UV82 Preprogrammed Channels

2023-01-15 Thread John Wuest
The channels that are in a Baofeng from the factory are factory testing
frequencies and MUST NEVER be transmitted on. Additionally, those
frequencies are not always the same.
(1) Where does your friend live?
(2) Will he be testing online or in-person? If in-person, perhaps the VEs
could help or know of someone locally who would help him.
(3) Perhaps there is a ham club in his area. Usually, a club member will
help him.
(4) Is there someone in his household who could help him if you talked them
through it on the phone?
(5) If #4 is yes, they could install CHIRP for him and download an image
file from his radio and send it to you for customization. Then you send it
back for them to upload into his radio.
(6) The least desirable option is for him to send his radio to you for
programming.

Good luck and 73 - John, KZ4KY


On Sat, Jan 14, 2023 at 10:39 PM K0LNY_Glenn  wrote:

> Hi,
>  A friend of mine just got a new Baofeng UV82, he is about to take his Ham
> Tech test.
> I sent him a Chirp install file, but I don't know if he will be able to
> access it with his screenreader in windows 11.
> So I have worked with him over the phone on entering frequencies into
> frequency mode.
> So in channel mode, it came with some channels, but he is Blind, so there
> is
> no way for him to know what they are.
> Can anyone send me a list of the channels they put in one of these from
> the
> factory?
> Maybe someone saved their original file that you can copy the channels and
> associated frequencies for me please.
>
> Thanks
>
> Glenn
>
> ___
> chirp_users mailing list
> chirp_users@intrepid.danplanet.com
> http://intrepid.danplanet.com/mailman/listinfo/chirp_users
> This message was sent to John Wuest at jhwu...@gmail.com
> To unsubscribe, send an email to
> chirp_users-unsubscr...@intrepid.danplanet.com
> To report this email as off-topic, please email
> chirp_users-ow...@intrepid.danplanet.com
> Searchable archive:
> https://www.mail-archive.com/chirp_users@intrepid.danplanet.com
>
___
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com

Re: [chirp_users] help running chirp-next on RPI

2023-01-15 Thread Lynda Leung
Works marginally, builds, installs, runs, however it seems to have some kind of 
a window rendering issue. 
Download seems to work, but doesnt render result window.  Open stock lists 
yields a popup box attached. 

Console spews this: 

pi@raspberrypi:~/.local/bin $ ./chirp
WARNING: Did not find localedir: 
/home/pi/.local/lib/python3.7/site-packages/chirp/locale

(chirp:2413): Gtk-CRITICAL **: 04:58:49.028: gtk_distribute_natural_allocation: 
assertion 'extra_space >= 0' failed
ERROR:  raised unexpected exception
Traceback (most recent call last):
  File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/common.py", line 
448, in run_safe
return fn(*args, **kwargs)
  File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/main.py", line 
386, in open_file
editorset = ChirpEditorSet(radio, filename, self._editors)
  File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/main.py", line 
119, in __init__
edit = self.MEMEDIT_CLS(radio, self._editors)
  File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/memedit.py", 
line 465, in __init__
self.set_cell_attrs()
  File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/memedit.py", 
line 482, in set_cell_attrs
attr.SetFitMode(wx.grid.GridFitMode.Ellipsize())
AttributeError: 'GridCellAttr' object has no attribute 'SetFitMode'

(chirp:2413): Gtk-WARNING **: 04:58:58.917: Negative content width -4 
(allocation 6, extents 5x5) while allocating gadget (node notebook, owner 
GtkNotebook)

My p
Pi 3B
Linux raspberrypi 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l 
GNU/Linux




> On Jan 14, 2023, at 7:14 AM, Dan Smith via chirp_users 
>  wrote:
> 
>> Any answers to this request?. I'm seeking elucidation too ! 73 Mike
> 
> Try this:
> 
> $ sudo apt install git python3-wxgtk4.0 python3-serial python3-six 
> python3-future python3-requests python3-pip
> 
> Then grab the tarball and run "pip install" on the tarball. Let me know if 
> that works on the pi and I'll update the website docs.
> 
> --Dan
> ___
> chirp_users mailing list
> chirp_users@intrepid.danplanet.com
> http://intrepid.danplanet.com/mailman/listinfo/chirp_users
> This message was sent to Lynda Leung at x-ro...@mermaid.org
> To unsubscribe, send an email to 
> chirp_users-unsubscr...@intrepid.danplanet.com
> To report this email as off-topic, please email 
> chirp_users-ow...@intrepid.danplanet.com
> Searchable archive: 
> https://www.mail-archive.com/chirp_users@intrepid.danplanet.com
> 

___
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com

[chirp_users] Problem on Linux Mint with Mate desktop

2023-01-15 Thread Angelo Marcone
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_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com

[chirp_users] Linux Mint further details

2023-01-15 Thread Angelo Marcone
Hi,
after my first email, I tried chirp next 20230113 and the problem was
fixed.  Chirp run now OK. So, probably, there is some incompatibility in
the newest version (20230115).

73 again de Angelo IK8VRQ/KG6DPO
___
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com

Re: [chirp_users] help running chirp-next on RPI

2023-01-15 Thread Dan Smith via chirp_users
> (chirp:2413): Gtk-CRITICAL **: 04:58:49.028: 
> gtk_distribute_natural_allocation: assertion 'extra_space >= 0' failed
> ERROR:  raised unexpected 
> exception
> Traceback (most recent call last):
>   File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/common.py", 
> line 448, in run_safe
> return fn(*args, **kwargs)
>   File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/main.py", line 
> 386, in open_file
> editorset = ChirpEditorSet(radio, filename, self._editors)
>   File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/main.py", line 
> 119, in __init__
> edit = self.MEMEDIT_CLS(radio, self._editors)
>   File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/memedit.py", 
> line 465, in __init__
> self.set_cell_attrs()
>   File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/memedit.py", 
> line 482, in set_cell_attrs
> attr.SetFitMode(wx.grid.GridFitMode.Ellipsize())
> AttributeError: 'GridCellAttr' object has no attribute 'SetFitMode'

This is likely due to an insufficiently new wx library. Please file a bug!

--Dan
___
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com


[chirp_users] RepeaterBook Worldwide

2023-01-15 Thread Dan Smith via chirp_users
Hi all,

In continuing this weekend's RepeaterBook theme, I wanted to point out that 
today's build contains support for RepeaterBook's worldwide directory, That 
means the list of countries in the drop-down box has gone from three to over a 
hundred, with hundreds of repeaters listed for many countries. Again this is a 
volunteer-maintained database, so it's only as good as you make it, but if 
you've never had the ability to query sources in CHIRP, give it a try!

https://www.repeaterbook.com/row_repeaters/index.php?state_id=none

--Dan
___
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com


Re: [chirp_users] Problem on Linux Mint with Mate desktop

2023-01-15 Thread Dan Smith via chirp_users
> 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 arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com


Re: [chirp_users] RepeaterBook Worldwide

2023-01-15 Thread JD Erskine via chirp_users
Amazing work Dan. Tnx.

Please confirm this is in CHIRP Next?

Sorting my retained msg collection.

73, John VA7OTC
-- 
VA7OTC
J.D. Erskine
Victoria, BC
CN88hk
___
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com

Re: [chirp_users] RepeaterBook Worldwide

2023-01-15 Thread Dan Smith via chirp_users
> Please confirm this is in CHIRP Next?

CHIRP-next only yep!

--Dan
___
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com


Re: [chirp_users] Problem on Linux Mint with Mate desktop

2023-01-15 Thread Nicolas Pike
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 nico...@jetblackjelly.com
> To unsubscribe, send an email to
> chirp_users-unsubscr...@intrepid.danplanet.com
> To report this email as off-topic, please email
> chirp_users-ow...@intrepid.danplanet.com
> Searchable archive:
> https://www.mail-archive.com/chirp_users@intrepid.danplanet.com
>
___
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com

Re: [chirp_users] Problem on Linux Mint with Mate desktop

2023-01-15 Thread Dan Smith via chirp_users
> 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 arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com


Re: [chirp_users] RepeaterBook Worldwide

2023-01-15 Thread Christopher Knowles
Why is this solely available for Chirp-next?  The latest Chirp daily is 
dated 12/17/2022.  73, Christopher Knowles, WD1E

On 1/15/2023 10:53 AM, Dan Smith via chirp_users wrote:
> Hi all,
>
> In continuing this weekend's RepeaterBook theme, I wanted to point out that 
> today's build contains support for RepeaterBook's worldwide directory, That 
> means the list of countries in the drop-down box has gone from three to over 
> a hundred, with hundreds of repeaters listed for many countries. Again this 
> is a volunteer-maintained database, so it's only as good as you make it, but 
> if you've never had the ability to query sources in CHIRP, give it a try!
>
> https://www.repeaterbook.com/row_repeaters/index.php?state_id=none
>
> --Dan
> ___
> chirp_users mailing list
> chirp_users@intrepid.danplanet.com
> http://intrepid.danplanet.com/mailman/listinfo/chirp_users
> This message was sent to Christopher Knowles at cknow...@tiac.net
> To unsubscribe, send an email to 
> chirp_users-unsubscr...@intrepid.danplanet.com
> To report this email as off-topic, please email 
> chirp_users-ow...@intrepid.danplanet.com
> Searchable archive: 
> https://www.mail-archive.com/chirp_users@intrepid.danplanet.com

-- 
Christopher Allan Knowles, MPA
P.O. Box 4632
Vineyard Haven, MA  02568

Please find my LinkedIn profile at:
https://www.linkedin.com/in/chris-knowles-99aba51a/

Staff Sergeant, United States Air Force, 1970 - 1974

Call Sign:  WD1E - Amateur Extra Class
Accredited Volunteer Examiner (VE)

___
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com

Re: [chirp_users] RepeaterBook Worldwide

2023-01-15 Thread Jim Unroe
On Sun, Jan 15, 2023 at 1:53 PM Christopher Knowles  wrote:
>
> Why is this solely available for Chirp-next?  The latest Chirp daily is
> dated 12/17/2022.  73, Christopher Knowles, WD1E
>


Because development of the legacy CHIRP was frozen with the public
release of of CHIRP-next on 1 Jan 2023. This RepeaterBook feature is
new so it will only be available on the CHIRP-next version.

Jim KC9HI
___
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com


Re: [chirp_users] help running chirp-next on RPI

2023-01-15 Thread Lynda Leung
Hello Dan, 

Was just going to open a new issue, but looks like you’ve already beat me to it.
Do you want me to add any additional information to the ticket as you sort of 
already know the wxPython version is the issue?

Further more, Im running the current 32bit Raspbian (armhf).  I’ll hold off 
upgrading to the new ARM64 architecture until we’ll get the base installation 
working first. 

Lynda

> On Jan 15, 2023, at 7:48 AM, Dan Smith via chirp_users 
>  wrote:
> 
>> (chirp:2413): Gtk-CRITICAL **: 04:58:49.028: 
>> gtk_distribute_natural_allocation: assertion 'extra_space >= 0' failed
>> ERROR:  raised unexpected 
>> exception
>> Traceback (most recent call last):
>>  File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/common.py", 
>> line 448, in run_safe
>>return fn(*args, **kwargs)
>>  File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/main.py", line 
>> 386, in open_file
>>editorset = ChirpEditorSet(radio, filename, self._editors)
>>  File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/main.py", line 
>> 119, in __init__
>>edit = self.MEMEDIT_CLS(radio, self._editors)
>>  File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/memedit.py", 
>> line 465, in __init__
>>self.set_cell_attrs()
>>  File "/home/pi/.local/lib/python3.7/site-packages/chirp/wxui/memedit.py", 
>> line 482, in set_cell_attrs
>>attr.SetFitMode(wx.grid.GridFitMode.Ellipsize())
>> AttributeError: 'GridCellAttr' object has no attribute 'SetFitMode'
> 
> This is likely due to an insufficiently new wx library. Please file a bug!
> 
> --Dan
> ___
> chirp_users mailing list
> chirp_users@intrepid.danplanet.com
> http://intrepid.danplanet.com/mailman/listinfo/chirp_users
> This message was sent to Lynda Leung at x-ro...@mermaid.org
> To unsubscribe, send an email to 
> chirp_users-unsubscr...@intrepid.danplanet.com
> To report this email as off-topic, please email 
> chirp_users-ow...@intrepid.danplanet.com
> Searchable archive: 
> https://www.mail-archive.com/chirp_users@intrepid.danplanet.com
> 

___
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com

Re: [chirp_users] help running chirp-next on RPI

2023-01-15 Thread Dan Smith via chirp_users
> Was just going to open a new issue, but looks like you’ve already beat me to 
> it.
> Do you want me to add any additional information to the ticket as you sort of 
> already know the wxPython version is the issue?

I was able to reproduce it so I figured I'd just open it since nobody else had 
yet, so I'm good thanks.

> Further more, Im running the current 32bit Raspbian (armhf).  I’ll hold off 
> upgrading to the new ARM64 architecture until we’ll get the base installation 
> working first. 

Shouldn't make any difference, FWIW.

--Dan
___
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to arch...@mail-archive.com at arch...@mail-archive.com
To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com
To report this email as off-topic, please email 
chirp_users-ow...@intrepid.danplanet.com
Searchable archive: 
https://www.mail-archive.com/chirp_users@intrepid.danplanet.com