[chirp_devel] Default way to start chirp on py3 branch?
Hi,
I'm trying to start chip from github on the py3 branch and I got this:
====================%<============================================
pavel@agatha:~/Documentos/Software/Github/chirp$ ./chirpw Traceback (most recent call last): File "/home/pavel/Documentos/Software/Github/chirp/./chirpw", line 42, in <module> directory.safe_import_drivers() AttributeError: module 'chirp.directory' has no attribute 'safe_import_drivers'. Did you mean: 'import_drivers'? pavel@agatha:~/Documentos/Software/Github/chirp$
====================%<============================================
If I change it to import_drivers it will pop up but crash on "read from radio"
I'm missing something or that branch it's a wild moving target?, I'm tying to test the Feidaxin radios now.
Roger that,
Testing on Feidaxing models is on the go, will report back soon.
El 13/12/22 a las 00:15, Dan Smith via chirp_devel escribió:
pavel@agatha:~/Documentos/Software/Github/chirp$ ./chirpw
This is the legacy GTK UI. Use chirpwx.py. I plan to eventually drop the old GTK stuff from the py3 branch.
--Dan _______________________________________________ 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
Roger that,
Testing on Feidaxing models is on the go, will report back soon.
Thanks! And to be clear about something you said at the end of your last message:
If I change it to import_drivers it will pop up but crash on "read from radio"
It's common that the drivers need changes to actually work (which is why we need to do this and it's not trivial), so this isn't all that unexpected. Some of the conversion that has been done actually works, but many times there are tweaks needed. You can look at the recent history on the py3 branch and see lots of it :)
--Dan
Agreed,
The radio does not responds after basic py3 conversion, and I'm looking on the commit history and in deed, I found pure gold there...
I will check the Wuoxun KG-UV8E next, if free time allows.
Cheers, CO7WT.
El 13/12/22 a las 11:15, Dan Smith via chirp_devel escribió:
Roger that,
Testing on Feidaxing models is on the go, will report back soon.
Thanks! And to be clear about something you said at the end of your last message:
If I change it to import_drivers it will pop up but crash on "read from radio"
It's common that the drivers need changes to actually work (which is why we need to do this and it's not trivial), so this isn't all that unexpected. Some of the conversion that has been done actually works, but many times there are tweaks needed. You can look at the recent history on the py3 branch and see lots of it :)
--Dan _______________________________________________ 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
participants (2)
-
Dan Smith
-
Pavel Milanes Costa (CO7WT)