[chirp_users] New Daily Build
Greetings,
A new daily build of CHIRP is available. This includes changes made directly to the tree yesterday, and may include additional features, bug fixes, and/or bugs. If you are interested in trying it, grab it from the following location:
http://trac.chirp.danplanet.com/chirp_daily/daily-20190712
A list of the changes included in this build (since the last daily) follows:
Changes for Build #585 [Dan Smith dsmith@danplanet.com] Add future to tox config
Related to #743
[Dan Smith dsmith@danplanet.com] Add Kenwood TK-8180 driver
#743
[Dan Smith dsmith@danplanet.com] Make run_tests handle sub_devices in the same way the main app does, which is by using the instances returned directly, instead of expecting them to be re-initializable by class and filename.
This is needed for the tk8180 driver, which requires more tight coupling between the parent instance and the instances of the sub_device instances.
Related to #743
[Dan Smith dsmith@danplanet.com] Add memmap compatibility with py3 branch
This merely adds an interface for MemoryMapBytes to memmap so that code that works on both branches can reference the byte-clean variant here. Otherwise it is basically just an alias.
Related to #743
[Dan Smith dsmith@danplanet.com] Add image for TH-UV8000 from Rick for #2837
[Rick DeWitt aa0rd@yahoo.com] [th-uv8000] New driver for TYT TH-UV8000 family, fixes issue #2837
Submitting new driver in support of 11 issues 2837 ... 6183
On Fri, 12 Jul 2019 00:07:40 -0700 (PDT) Build System donotreply@danplanet.com wrote:
Greetings,
A new daily build of CHIRP is available. This includes changes made directly to the tree yesterday, and may include additional features, bug fixes, and/or bugs. If you are interested in trying it, grab it from the following location:
I downloaded and installed the latest daily build of Chirp - 20190712. My system is running Fedora 30. I save 4 or 5 older versions of Chirp and they run with no problems. Today's build will not run.
Starting Chirp from the command line gives:
[fred@m5a97r2]$ ./chirpw Traceback (most recent call last): File "./chirpw", line 24, in <module> from chirp.drivers import * File "/home/fred/chirp/chirp-daily/chirp/drivers/tk8180.py", line 16, in <module> from builtins import bytes ImportError: No module named builtins
Anyone else see this problem?
Thanks, Fred
Does not run also under last OSX
Inviato da iPhone
Il giorno 12 lug 2019, alle ore 20:15, Fred fredferickson@gmail.com ha scritto:
On Fri, 12 Jul 2019 00:07:40 -0700 (PDT) Build System donotreply@danplanet.com wrote:
Greetings,
A new daily build of CHIRP is available. This includes changes made directly to the tree yesterday, and may include additional features, bug fixes, and/or bugs. If you are interested in trying it, grab it from the following location:
I downloaded and installed the latest daily build of Chirp - 20190712. My system is running Fedora 30. I save 4 or 5 older versions of Chirp and they run with no problems. Today's build will not run.
Starting Chirp from the command line gives:
[fred@m5a97r2]$ ./chirpw Traceback (most recent call last): File "./chirpw", line 24, in <module> from chirp.drivers import * File "/home/fred/chirp/chirp-daily/chirp/drivers/tk8180.py", line 16, in <module> from builtins import bytes ImportError: No module named builtins
Anyone else see this problem?
Thanks, Fred _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Roberto at r.cipriani@cernaia.it To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
I’m getting the same thing.
The file tk8180.py appears to be a new file added for this version.
… and by-the-way Fred, I package fedora 30 rpms for the chirp-daily builds. It’s automated (unless a build error occurs, like today) and is usually available shortly after the e-mail notice of a new build comes out: http://n0so.net/fileadmin/ham/apps/rpm/fedora/30/noarch/ http://n0so.net/fileadmin/ham/apps/rpm/fedora/30/noarch/
Mike, N0SO
On Jul 12, 2019, at 1:38 PM, Roberto Cipriani r.cipriani@cernaia.it wrote:
Does not run also under last OSX
Inviato da iPhone
Il giorno 12 lug 2019, alle ore 20:15, Fred fredferickson@gmail.com ha scritto:
On Fri, 12 Jul 2019 00:07:40 -0700 (PDT) Build System donotreply@danplanet.com wrote:
Greetings,
A new daily build of CHIRP is available. This includes changes made directly to the tree yesterday, and may include additional features, bug fixes, and/or bugs. If you are interested in trying it, grab it from the following location:
I downloaded and installed the latest daily build of Chirp - 20190712. My system is running Fedora 30. I save 4 or 5 older versions of Chirp and they run with no problems. Today's build will not run.
Starting Chirp from the command line gives:
[fred@m5a97r2]$ ./chirpw Traceback (most recent call last): File "./chirpw", line 24, in <module> from chirp.drivers import * File "/home/fred/chirp/chirp-daily/chirp/drivers/tk8180.py", line 16, in <module> from builtins import bytes ImportError: No module named builtins
Anyone else see this problem?
Thanks, Fred _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Roberto at r.cipriani@cernaia.it To unsubscribe, send an email to chirp_users-unsubscribe@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 Mike Heitmann at mheitmann@n0so.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Have the two lines in the Anytone.py file been fixed yet? These deal with ability to set step size and the frequency range.
I got the same thing on Debian 10.
Starting Chirp from the command line gives:
[fred@m5a97r2]$ ./chirpw Traceback (most recent call last): File "./chirpw", line 24, in <module> from chirp.drivers import * File "/home/fred/chirp/chirp-daily/chirp/drivers/tk8180.py", line 16, in <module> from builtins import bytes ImportError: No module named builtins
Anyone else see this problem?
Tom ND5Y
[fred@m5a97r2]$ ./chirpw Traceback (most recent call last): File "./chirpw", line 24, in <module> from chirp.drivers import * File "/home/fred/chirp/chirp-daily/chirp/drivers/tk8180.py", line 16, in <module> from builtins import bytes ImportError: No module named builtins
Anyone else see this problem?
Yep, this is bug #6905:
https://chirp.danplanet.com/issues/6905
Should be fixed now and in tomorrow's build for MacOS and the PPA. Note that for linux platforms not using the PPA (so debian or fedora), you'll need the python-future package installed from here on out.
--Dan
On Fri, 12 Jul 2019 13:48:01 -0700 Dan Smith dsmith@danplanet.com wrote:
[fred@m5a97r2]$ ./chirpw Traceback (most recent call last): File "./chirpw", line 24, in <module> from chirp.drivers import * File "/home/fred/chirp/chirp-daily/chirp/drivers/tk8180.py", line 16, in <module> from builtins import bytes ImportError: No module named builtins
Anyone else see this problem?
Yep, this is bug #6905:
https://chirp.danplanet.com/issues/6905
Should be fixed now and in tomorrow's build for MacOS and the PPA. Note that for linux platforms not using the PPA (so debian or fedora), you'll need the python-future package installed from here on out.
--Dan
Thank you Dan and everyone that maintains Chirp. The 20190713 build now works on Fedora 30.
Fred
Ditto.
I endourage those who use chirp and have not donated. I did and it was only $10 and I'm good with that. Others might think I'm cheap, others might think it's too much. Whatever, DONATE TO CHIRP
https://chirp.danplanet.com/projects/chirp/wiki/Download
Dennis M. Wage (W9BOQ)
245 Corum Hill Road Castalian Springs, TN 37031 (615) 310-4242 Cell (615) 562-5128 Home http://hammondb3organ.net http://overdubs.net
On Sat, Jul 13, 2019 at 12:38 PM Fred fredferickson@gmail.com wrote:
On Fri, 12 Jul 2019 13:48:01 -0700 Dan Smith dsmith@danplanet.com wrote:
[fred@m5a97r2]$ ./chirpw Traceback (most recent call last): File "./chirpw", line 24, in <module> from chirp.drivers import * File "/home/fred/chirp/chirp-daily/chirp/drivers/tk8180.py", line 16, in <module> from builtins import bytes ImportError: No module named builtins
Anyone else see this problem?
Yep, this is bug #6905:
https://chirp.danplanet.com/issues/6905
Should be fixed now and in tomorrow's build for MacOS and the PPA. Note that for linux platforms not using the PPA (so debian or fedora), you'll need the python-future package installed from here on out.
--Dan
Thank you Dan and everyone that maintains Chirp. The 20190713 build now works on Fedora 30.
Fred _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Dennis Wage at dwage@dwage.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
participants (8)
-
Build System
-
Charles Hargrove
-
Dan Smith
-
Dennis Wage
-
Fred
-
Michael Heitmann
-
Roberto Cipriani
-
Tom Consodine