<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD><META http-equiv=Content-Type content="text/html; charset=utf-8"><META content="INBOX.COM" name=GENERATOR></HEAD>
<BODY>
Curious if the chirp software works with the BJ-318 model? I see there was some question some time ago about it but not sure if resolved or reply. There seems tobe compatibility with BJ-218 model. Anyone know?
<div>&nbsp;</div><div>Steve Rish</div><br><br><blockquote style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px"><div class="msgHeaders">-----Original Message-----<br><b>From:</b> chirp_users-request@intrepid.danplanet.com<br><b>Sent:</b> Sun, 19 Jul 2020 12:00:02 -0700<br><b>To:</b> chirp_users@intrepid.danplanet.com<br><b>Subject:</b> chirp_users Digest, Vol 139, Issue 8<br><br></div><div class="oldBody">Send chirp_users mailing list submissions to<br>        chirp_users@intrepid.danplanet.com<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>        <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>or, via email, send a message with subject or body 'help' to<br>        chirp_users-request@intrepid.danplanet.com<br><br>You can reach the person managing the list at<br>        chirp_users-owner@intrepid.danplanet.com<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of chirp_users digest..."<br><br><br>Today's Topics:<br><br>   1. Newest Chirp doesn't seem to work with Python 2.6.6 --<br>      invalid syntax on the anytone778uv.py driver (David Ranch)<br>   2. Re: Newest Chirp doesn't seem to work with Python 2.6.6 --<br>      invalid syntax on the anytone778uv.py driver (Martin Cooper)<br>   3. Re: Newest Chirp doesn't seem to work with Python 2.6.6 --<br>      invalid syntax on the anytone778uv.py driver (David Ranch)<br>   4. Error using CHIRP with my AnyTone AT778-UV (Tony Moriarty)<br>   5. Re: Error using CHIRP with my AnyTone AT778-UV (Jim Unroe)<br>   6. Re: Error using CHIRP with my AnyTone AT778-UV (Tony Moriarty)<br>   7. Re: Newest Chirp doesn't seem to work with Python 2.6.6 --<br>      invalid syntax on the anytone778uv.py driver (Martin Cooper)<br>   8. Re: Newest Chirp doesn't seem to work with Python 2.6.6 --<br>      invalid syntax on the anytone778uv.py driver<br>      (Nigel A. Gunn  G8IFF/W8IFF)<br><br><br><hr><br>Message: 1<br>Date: Sat, 18 Jul 2020 19:17:16 -0700<br>From: David Ranch &lt;chirp@trinnet.net&gt;<br>Subject: [chirp_users] Newest Chirp doesn't seem to work with Python<br>        2.6.6 -- invalid syntax on the anytone778uv.py driver<br>To: Discussion of CHIRP &lt;chirp_users@intrepid.danplanet.com&gt;<br>Message-ID: &lt;d748ca57-7fbc-3f3e-5fb9-fedd3623db2d@trinnet.net&gt;<br>Content-Type: text/plain; charset="utf-8"<br><br><br>Hello Everyone,<br><br>I've been a happy Chirp user for a long time but haven't upgraded for <br>some time.  I was previously running the TIP version back from Feb  3  <br>2018 (chirp-hg-e3b90fa8c316) and that worked well but once I fetched the <br>newest version with:<br><br>    wget <a href="http://d-rats.com/hg/hgwebdir.cgi/chirp.hg/archive/tip.tar.gz">http://d-rats.com/hg/hgwebdir.cgi/chirp.hg/archive/tip.tar.gz</a><br><br>Both of these newest versions give me the below errors:<br><br>lrwxrwxrwx 1 dranch dranch      21 Jul 18 19:09 chirp-tip-newest -&gt; <br>chirp-hg-37a6a6d6f425<br>lrwxrwxrwx    1 dranch dranch      21 Jul 12 13:22 chirp-tip-newest -&gt; <br>chirp-hg-061e53a8a2cc<br><br><br>The errors I'm seeing are:<br>--<br>$ ./chirpw<br>Traceback (most recent call last):<br>   File "./chirpw", line 24, in &lt;module&gt;<br>     from chirp.drivers import *<br>   File <br>"/home/archive/Chirp/chirp-hg-37a6a6d6f425/chirp/drivers/anytone778uv.py", <br>line 192<br>     for val in TONE_MAP_VAL_TO_TONE}<br>       ^<br>SyntaxError: invalid syntax<br>--<br><br>It was mentioned by Jim Unroe to install the "future" pip package but <br>installing version 0.18.2 didn't help.  Any thoughts?<br><br>--David<br>KI6ZHD<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200718/505736d3/attachment-0001.html">http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200718/505736d3/attachment-0001.html</a> <br><br><hr><br>Message: 2<br>Date: Sat, 18 Jul 2020 21:39:08 -0700<br>From: Martin Cooper &lt;mfncooper@gmail.com&gt;<br>Subject: Re: [chirp_users] Newest Chirp doesn't seem to work with<br>        Python 2.6.6 -- invalid syntax on the anytone778uv.py driver<br>To: Discussion of CHIRP &lt;chirp_users@intrepid.danplanet.com&gt;<br>Message-ID:<br>        &lt;CAGEtHi+8XXu-kD8+Mwsw0qye82Kj88Tuj9q481GXtmCeD4p62g@mail.gmail.com&gt;<br>Content-Type: text/plain; charset="utf-8"<br><br>Hi David,<br><br>Chirp is written for Python 2.7, which is why you're seeing the error.<br>Dictionary comprehensions were introduced with 2.7. It's possible that<br>you're just unlucky in trying to use a driver that uses a 2.7 feature, but<br>given that 2.7 is the target version, it's also quite possible that you'd<br>run into more problems if you worked around this one. (If you wanted to<br>try, google for dictionary comprehensions in 2.6, but don't be too<br>surprised if you hit something else shortly thereafter.)<br><br>That 2.7 is the target platform isn't well documented. There's a note in<br>the wiki for a Win32 dev env that says "chirp is currently written for<br>Python 2.7 and above", though in the same para it also says it "will<br>generally run on Python 2.6.x". That latter likely depends on the features<br>you want to use. The KK7DS Python runtime for Mac OSX, needed for Chirp on<br>a Mac, is also a packaging of Python 2.7.<br><br>Martin.<br>KD6YAM<br><br>On Sat, Jul 18, 2020 at 7:18 PM David Ranch &lt;chirp@trinnet.net&gt; wrote:<br><br>&gt;<br>&gt; Hello Everyone,<br>&gt;<br>&gt; I've been a happy Chirp user for a long time but haven't upgraded for some<br>&gt; time.  I was previously running the TIP version back from Feb  3  2018<br>&gt; (chirp-hg-e3b90fa8c316) and that worked well but once I fetched the newest<br>&gt; version with:<br>&gt;<br>&gt;    wget <a href="http://d-rats.com/hg/hgwebdir.cgi/chirp.hg/archive/tip.tar.gz">http://d-rats.com/hg/hgwebdir.cgi/chirp.hg/archive/tip.tar.gz</a><br>&gt;<br>&gt; Both of these newest versions give me the below errors:<br>&gt;<br>&gt;    lrwxrwxrwx    1 dranch dranch      21 Jul 18 19:09 chirp-tip-newest -&gt;<br>&gt; chirp-hg-37a6a6d6f425<br>&gt;    lrwxrwxrwx    1 dranch dranch      21 Jul 12 13:22 chirp-tip-newest -&gt;<br>&gt; chirp-hg-061e53a8a2cc<br>&gt;<br>&gt;<br>&gt; The errors I'm seeing are:<br>&gt; --<br>&gt; $ ./chirpw<br>&gt; Traceback (most recent call last):<br>&gt;   File "./chirpw", line 24, in &lt;module&gt;<br>&gt;     from chirp.drivers import *<br>&gt;   File<br>&gt; "/home/archive/Chirp/chirp-hg-37a6a6d6f425/chirp/drivers/anytone778uv.py",<br>&gt; line 192<br>&gt;     for val in TONE_MAP_VAL_TO_TONE}<br>&gt;       ^<br>&gt; SyntaxError: invalid syntax<br>&gt; --<br>&gt;<br>&gt; It was mentioned by Jim Unroe to install the "future" pip package but<br>&gt; installing version 0.18.2 didn't help.  Any thoughts?<br>&gt;<br>&gt; --David<br>&gt; KI6ZHD<br>&gt; _______________________________________________<br>&gt; chirp_users mailing list<br>&gt; chirp_users@intrepid.danplanet.com<br>&gt; <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>&gt; This message was sent to Martin Cooper at mfncooper@gmail.com<br>&gt; To unsubscribe, send an email to<br>&gt; chirp_users-unsubscribe@intrepid.danplanet.com<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200718/33227491/attachment-0001.html">http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200718/33227491/attachment-0001.html</a> <br><br><hr><br>Message: 3<br>Date: Sat, 18 Jul 2020 22:35:31 -0700<br>From: David Ranch &lt;chirp@trinnet.net&gt;<br>Subject: Re: [chirp_users] Newest Chirp doesn't seem to work with<br>        Python 2.6.6 -- invalid syntax on the anytone778uv.py driver<br>To: Discussion of CHIRP &lt;chirp_users@intrepid.danplanet.com&gt;<br>Message-ID: &lt;e2101fa6-1852-4a01-460f-ab7f5ad82b15@trinnet.net&gt;<br>Content-Type: text/plain; charset="windows-1252"<br><br><br>Hey Martin,<br><br>Good to hear from you!  Hmmm.. I'm using Centos6 here and it does have <br>an option to put Python27 on to the side so I guess I can give that a <br>try.  It's just strange to me that certain drivers would use Python2.7 <br>syntax but others would be fine with 2.6 syntax.  I must say, this lack <br>of backwards compatibility that Python has continued to show <br>(especially)  through it's various Python3 generations is frustrating!<br><br>Thanks for the tip and I'll report back what I see.<br><br>--David<br>KI6ZHD<br><br><br>On 07/18/2020 09:39 PM, Martin Cooper wrote:<br>&gt; Hi David,<br>&gt;<br>&gt; Chirp is written for Python 2.7, which is why you're seeing the error. <br>&gt; Dictionary comprehensions were introduced with 2.7. It's possible that <br>&gt; you're just unlucky in trying to use a driver that uses a 2.7 feature, <br>&gt; but given that 2.7 is the target version, it's also quite possible <br>&gt; that you'd run into more problems if you worked around this one. (If <br>&gt; you wanted to try, google for dictionary comprehensions in 2.6, but <br>&gt; don't be too surprised if you hit something else shortly thereafter.)<br>&gt;<br>&gt; That 2.7 is the target platform isn't well documented. There's a note <br>&gt; in the wiki for a Win32 dev env that says "chirp is currently written <br>&gt; for Python 2.7 and above", though in the same para it also says it <br>&gt; "will generally run on Python 2.6.x". That latter likely depends on <br>&gt; the features you want to use. The KK7DS Python runtime for Mac OSX, <br>&gt; needed for Chirp on a Mac, is also a packaging of Python 2.7.<br>&gt;<br>&gt; Martin.<br>&gt; KD6YAM<br>&gt;<br>&gt; On Sat, Jul 18, 2020 at 7:18 PM David Ranch &lt;chirp@trinnet.net <br>&gt; &lt;mailto:chirp@trinnet.net&gt;&gt; wrote:<br>&gt;<br>&gt;<br>&gt;     Hello Everyone,<br>&gt;<br>&gt;     I've been a happy Chirp user for a long time but haven't upgraded<br>&gt;     for some time.  I was previously running the TIP version back from<br>&gt;     Feb  3  2018 (chirp-hg-e3b90fa8c316) and that worked well but once<br>&gt;     I fetched the newest version with:<br>&gt;<br>&gt;        wget <a href="http://d-rats.com/hg/hgwebdir.cgi/chirp.hg/archive/tip.tar.gz">http://d-rats.com/hg/hgwebdir.cgi/chirp.hg/archive/tip.tar.gz</a><br>&gt;<br>&gt;     Both of these newest versions give me the below errors:<br>&gt;<br>&gt;     lrwxrwxrwx 1 dranch dranch      21 Jul 18 19:09 chirp-tip-newest<br>&gt;     -&gt; chirp-hg-37a6a6d6f425<br>&gt;     lrwxrwxrwx    1 dranch dranch      21 Jul 12 13:22<br>&gt;     chirp-tip-newest -&gt; chirp-hg-061e53a8a2cc<br>&gt;<br>&gt;<br>&gt;     The errors I'm seeing are:<br>&gt;     --<br>&gt;     $ ./chirpw<br>&gt;     Traceback (most recent call last):<br>&gt;       File "./chirpw", line 24, in &lt;module&gt;<br>&gt;         from chirp.drivers import *<br>&gt;       File<br>&gt;     "/home/archive/Chirp/chirp-hg-37a6a6d6f425/chirp/drivers/anytone778uv.py",<br>&gt;     line 192<br>&gt;         for val in TONE_MAP_VAL_TO_TONE}<br>&gt;           ^<br>&gt;     SyntaxError: invalid syntax<br>&gt;     --<br>&gt;<br>&gt;     It was mentioned by Jim Unroe to install the "future" pip package<br>&gt;     but installing version 0.18.2 didn't help.  Any thoughts?<br>&gt;<br>&gt;     --David<br>&gt;     KI6ZHD<br>&gt;     _______________________________________________<br>&gt;     chirp_users mailing list<br>&gt;     chirp_users@intrepid.danplanet.com<br>&gt;     &lt;mailto:chirp_users@intrepid.danplanet.com&gt;<br>&gt;     <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>&gt;     This message was sent to Martin Cooper at mfncooper@gmail.com<br>&gt;     &lt;mailto:mfncooper@gmail.com&gt;<br>&gt;     To unsubscribe, send an email to<br>&gt;     chirp_users-unsubscribe@intrepid.danplanet.com<br>&gt;     &lt;mailto:chirp_users-unsubscribe@intrepid.danplanet.com&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; chirp_users mailing list<br>&gt; chirp_users@intrepid.danplanet.com<br>&gt; <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>&gt; This message was sent to David Ranch at chirp@trinnet.net<br>&gt; To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com<br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200718/fa50c098/attachment-0001.html">http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200718/fa50c098/attachment-0001.html</a> <br><br><hr><br>Message: 4<br>Date: Sun, 19 Jul 2020 09:38:05 +0100<br>From: Tony Moriarty &lt;boris.bandit@gmail.com&gt;<br>Subject: [chirp_users] Error using CHIRP with my AnyTone AT778-UV<br>To: chirp_users@intrepid.danplanet.com<br>Message-ID:<br>        &lt;CAPYnjKPzbN9ShP80sJFqrk5P-exMqi9Am9kf+5EHV4XwuVRsUg@mail.gmail.com&gt;<br>Content-Type: text/plain; charset="utf-8"<br><br>Hi.<br><br>Firstly, although I've used Chirp for years, this is the first time I've<br>used this forum - please be patient with me!<br><br>I was delighted to discover recently that Chirp now supports the Anytone<br>778-UV - I've had one for a while, and the "other" software available for<br>it was rather limited.<br><br>Anyway, having downloaded the latest daily build and attempted to read the<br>radio, I'm getting an error message that includes the text :<br><br>"Radio version not in allowed list for AnyTone-778UV: 000: 49 41 54 37 37<br>38 55 56   IAT778UV<br><br>008: 01 56 31 30 30 00 00 06   .V100..."<br><br>It appears that Chirp is correctly interacting with the radio via the<br>relevant com port, but doesn't like what the radio tells it.<br><br>Since there doesn't seem to have been a rash of issues raised on this<br>subject, I didn't want to raise it as a bug report till I'd made enquiries<br>here.<br><br>My PC runs an up-to-date installation of Windows 10<br><br>The debug file includes the following (I've chopped out lines that don't<br>seem relevant!):<br><br>[2020-07-19 08:50:02,053] chirp.logger - DEBUG: CHIRP daily-20200718 on<br>WinVista/7 (Python 2.7.10)<br><br>.<br><br>.<br><br>.<br><br>[2020-07-19 08:50:02,224] chirp.directory - INFO: Registered AnyTone_778UV<br>= AnyTone778UV<br><br>[2020-07-19 08:50:02,224] chirp.directory - INFO: Registered Retevis_RT95 =<br>RetevisRT95<br><br>[2020-07-19 08:50:02,224] chirp.directory - INFO: Registered CRT_Micron_UV<br>= CRTMicronUV<br><br><br>[2020-07-19 08:50:02,397] chirp.directory - INFO: Registered<br>Vertex_Standard_VXA-700 = VXA700Radio<br><br>[2020-07-19 08:50:02,397] elib.intl - DEBUG: Set environment variable<br>'LANG' to 'en_GB' ('kernel32.SetEnvironmentVariableW')<br><br>[2020-07-19 08:50:02,397] elib.intl - DEBUG: Set environment variable<br>'LANG' to 'en_GB' ('msvcrt._putenv')<br><br>[2020-07-19 08:50:02,397] elib.intl - DEBUG: Set environment variable<br>'LANG' to 'en_GB' ('msvcr90._putenv')<br><br>[2020-07-19 08:50:02,928] chirp.ui.mainapp - INFO: Skipping existing stock<br>config<br><br>[2020-07-19 08:50:02,928] chirp.ui.mainapp - INFO: Skipping existing stock<br>config<br><br>[2020-07-19 08:50:02,928] chirp.ui.mainapp - INFO: Skipping existing stock<br>config<br><br>[2020-07-19 08:50:02,928] chirp.ui.mainapp - INFO: Skipping existing stock<br>config<br><br>[2020-07-19 08:50:02,928] chirp.ui.mainapp - INFO: Skipping existing stock<br>config<br><br>[2020-07-19 08:50:02,928] chirp.ui.mainapp - INFO: Skipping existing stock<br>config<br><br>[2020-07-19 08:50:02,928] chirp.ui.mainapp - INFO: Skipping existing stock<br>config<br><br>[2020-07-19 08:50:02,928] chirp.ui.mainapp - INFO: Skipping existing stock<br>config<br><br>[2020-07-19 08:50:02,928] chirp.ui.mainapp - INFO: Skipping existing stock<br>config<br><br>[2020-07-19 08:50:02,928] chirp.ui.mainapp - INFO: Skipping existing stock<br>config<br><br>[2020-07-19 08:50:02,928] chirp.ui.mainapp - INFO: Skipping existing stock<br>config<br><br>[2020-07-19 08:50:02,928] chirp.ui.mainapp - INFO: Skipping existing stock<br>config<br><br>[2020-07-19 08:50:02,928] chirp.ui.mainapp - INFO: Skipping existing stock<br>config<br><br>[2020-07-19 08:50:02,928] chirp.ui.reporting - DEBUG: Checking for updates<br><br>[2020-07-19 08:50:03,351] chirp.ui.reporting - DEBUG: Server reports<br>version daily-20200718 is latest<br><br>[2020-07-19 08:50:14,335] chirp.ui.mainapp - DEBUG: User selected AnyTone<br>778UV on port COM3<br><br>[2020-07-19 08:50:14,430] chirp.ui.clone - DEBUG: Clone thread started<br><br>[2020-07-19 08:50:14,944] chirp.drivers.anytone778uv - DEBUG: entered<br>program mode<br><br>[2020-07-19 08:50:15,444] chirp.drivers.anytone778uv - DEBUG: ver_response<br>=<br><br>[2020-07-19 08:50:15,444] chirp.drivers.anytone778uv - DEBUG: 000: 49 41 54<br>37 37 38 55 56   IAT778UV<br><br>008: 01 56 31 30 30 00 00 06   .V100...<br><br><br>[2020-07-19 08:50:15,444] chirp.drivers.anytone778uv - DEBUG: radio model:<br>'AT778UV' version: 'V100'<br><br>[2020-07-19 08:50:15,444] chirp.drivers.anytone778uv - DEBUG: allowed_types<br>= {'AT778UV': ['V200']}<br><br>[2020-07-19 08:50:15,444] chirp.drivers.anytone778uv - DEBUG: model in<br>allowed_types<br><br>[2020-07-19 08:50:15,944] chirp.ui.reporting - DEBUG: Reporting exception<br><br>[2020-07-19 08:50:15,944] chirp.ui.common - ERROR: -- Exception: --<br><br>[2020-07-19 08:50:15,944] chirp.ui.common - ERROR: Traceback (most recent<br>call last):<br><br>  File "chirp\ui\clone.pyo", line 256, in run<br><br>  File "chirp\drivers\anytone778uv.pyo", line 569, in sync_in<br><br>  File "chirp\drivers\anytone778uv.pyo", line 371, in do_download<br><br>RadioError: Radio version not in allowed list for AnyTone-778UV: 000: 49 41<br>54 37 37 38 55 56   IAT778UV<br><br>008: 01 56 31 30 30 00 00 06   .V100...<br><br><br><br>[2020-07-19 08:50:15,944] chirp.ui.common - ERROR: ----------------<br><br>[2020-07-19 08:50:15,944] chirp.ui.clone - ERROR: Clone failed: Radio<br>version not in allowed list for AnyTone-778UV: 000: 49 41 54 37 37 38 55 56<br>  IAT778UV<br><br>008: 01 56 31 30 30 00 00 06   .V100...<br><br><br>[2020-07-19 08:50:16,007] chirp.ui.clone - DEBUG: Clone thread ended<br><br>[2020-07-19 08:50:16,007] chirp.ui.reporting - DEBUG: Reporting model<br>usage: AnyTone_778UV,download,True<br><br>[2020-07-19 08:50:16,007] chirp.ui.reporting - DEBUG: Reporting exception<br><br>[2020-07-19 08:50:16,007] chirp.ui.inputdialog - ERROR: --- Exception<br>Dialog: Radio version not in allowed list for AnyTone-778UV: 000: 49 41 54<br>37 37 38 55 56   IAT778UV<br><br>008: 01 56 31 30 30 00 00 06   .V100...<br><br> ---<br><br>[2020-07-19 08:50:16,007] chirp.ui.inputdialog - ERROR: Traceback (most<br>recent call last):<br><br>  File "chirpw", line 68, in &lt;module&gt;<br><br>AttributeError: 'NoneType' object has no attribute 'split'<br><br><br>[2020-07-19 08:50:16,007] chirp.ui.inputdialog - ERROR:<br><hr><br><br><br>I'm happy to provide more info if needed.<br><br>Can anyone suggest a way forward, please?<br><br>All the best,<br><br>Tony Moriarty<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200719/4755247d/attachment-0001.html">http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200719/4755247d/attachment-0001.html</a> <br><br><hr><br>Message: 5<br>Date: Sun, 19 Jul 2020 06:56:18 -0400<br>From: Jim Unroe &lt;rock.unroe@gmail.com&gt;<br>Subject: Re: [chirp_users] Error using CHIRP with my AnyTone AT778-UV<br>To: Discussion of CHIRP &lt;chirp_users@intrepid.danplanet.com&gt;<br>Message-ID:<br>        &lt;CADnO8U6AppvMJQ2kNx-=ovC397W_Fp50V97YsWqxo2aDTJvVGg@mail.gmail.com&gt;<br>Content-Type: text/plain; charset="UTF-8"<br><br>Hi Tony,<br><br>On Sun, Jul 19, 2020 at 4:40 AM Tony Moriarty &lt;boris.bandit@gmail.com&gt; wrote:<br><br>&gt; Anyway, having downloaded the latest daily build and attempted to read the radio, I'm getting an error message that includes the text :<br>&gt;<br>&gt; "Radio version not in allowed list for AnyTone-778UV: 000: 49 41 54 37 37 38 55 56   IAT778UV<br>&gt;<br>&gt; 008: 01 56 31 30 30 00 00 06   .V100..."<br>&gt;<br><br>Your radio is reporting "V100" and CHIRP currently expects it to be<br>"V200". I would submit a bug report with the same information that you<br>provided here so the additional version can be added to the driver for<br>the AT-778UV.<br><br>Jim KC9HI<br><br><br><hr><br>Message: 6<br>Date: Sun, 19 Jul 2020 13:04:04 +0100<br>From: Tony Moriarty &lt;boris.bandit@gmail.com&gt;<br>Subject: Re: [chirp_users] Error using CHIRP with my AnyTone AT778-UV<br>To: Discussion of CHIRP &lt;chirp_users@intrepid.danplanet.com&gt;<br>Message-ID:<br>        &lt;CAPYnjKOFPZyUsMeY2COhVfB16vuQQuOyzkUnbPn27T=QYW0beA@mail.gmail.com&gt;<br>Content-Type: text/plain; charset="utf-8"<br><br>Jim,<br><br>Many thanks for the advice - I'll do as you suggest.<br><br>Cheers,<br><br>Tony M G4TRY<br><br><br>On Sun, 19 Jul 2020 at 11:58, Jim Unroe &lt;rock.unroe@gmail.com&gt; wrote:<br><br>&gt; Hi Tony,<br>&gt;<br>&gt; On Sun, Jul 19, 2020 at 4:40 AM Tony Moriarty &lt;boris.bandit@gmail.com&gt;<br>&gt; wrote:<br>&gt;<br>&gt; &gt; Anyway, having downloaded the latest daily build and attempted to read<br>&gt; the radio, I'm getting an error message that includes the text :<br>&gt; &gt;<br>&gt; &gt; "Radio version not in allowed list for AnyTone-778UV: 000: 49 41 54 37<br>&gt; 37 38 55 56   IAT778UV<br>&gt; &gt;<br>&gt; &gt; 008: 01 56 31 30 30 00 00 06   .V100..."<br>&gt; &gt;<br>&gt;<br>&gt; Your radio is reporting "V100" and CHIRP currently expects it to be<br>&gt; "V200". I would submit a bug report with the same information that you<br>&gt; provided here so the additional version can be added to the driver for<br>&gt; the AT-778UV.<br>&gt;<br>&gt; Jim KC9HI<br>&gt; _______________________________________________<br>&gt; chirp_users mailing list<br>&gt; chirp_users@intrepid.danplanet.com<br>&gt; <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>&gt; This message was sent to Tony Moriarty at boris.bandit@gmail.com<br>&gt; To unsubscribe, send an email to<br>&gt; chirp_users-unsubscribe@intrepid.danplanet.com<br>&gt;<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200719/6f47ed86/attachment-0001.html">http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200719/6f47ed86/attachment-0001.html</a> <br><br><hr><br>Message: 7<br>Date: Sun, 19 Jul 2020 08:26:54 -0700<br>From: Martin Cooper &lt;mfncooper@gmail.com&gt;<br>Subject: Re: [chirp_users] Newest Chirp doesn't seem to work with<br>        Python 2.6.6 -- invalid syntax on the anytone778uv.py driver<br>To: Discussion of CHIRP &lt;chirp_users@intrepid.danplanet.com&gt;<br>Message-ID:<br>        &lt;CAGEtHi+e5JtLevbBQqE2ubKTW5F1n6z4O2EN5N9SWVSRLkseLg@mail.gmail.com&gt;<br>Content-Type: text/plain; charset="utf-8"<br><br>On Sat, Jul 18, 2020 at 10:37 PM David Ranch &lt;chirp@trinnet.net&gt; wrote:<br><br>&gt; It's just strange to me that certain drivers would use Python2.7 syntax<br>&gt; but others would be fine with 2.6 syntax.<br>&gt;<br><br>Not really. As I mentioned, Chirp is targeted at Python 2.7. All Python<br>2.6.x syntax is valid in 2.7, but 2.7 adds some new capabilities. It's not<br>strange that someone would want to take advantage of those new capabilities<br>when they're available as part of the target version.<br><br>This is not really different from someone working in C++. If the target<br>version was C++11, any code written for C++98 or C++03 would still be fine,<br>but there are new features - and new syntax - that can be taken advantage<br>of in C++11 to make life simpler / more robust. Code written using those<br>new features may not compile with an older compiler.<br><br>Also, I'll note in passing that Python 2.7 was released 10 years ago, and<br>security updates for Python 2.6.6 were stopped 7 years ago, in 2013.<br><br>Martin.<br>KD6YAM<br><br><br><br>&gt; --David<br>&gt; KI6ZHD<br>&gt;<br>&gt;<br>&gt; On 07/18/2020 09:39 PM, Martin Cooper wrote:<br>&gt;<br>&gt; Hi David,<br>&gt;<br>&gt; Chirp is written for Python 2.7, which is why you're seeing the error.<br>&gt; Dictionary comprehensions were introduced with 2.7. It's possible that<br>&gt; you're just unlucky in trying to use a driver that uses a 2.7 feature, but<br>&gt; given that 2.7 is the target version, it's also quite possible that you'd<br>&gt; run into more problems if you worked around this one. (If you wanted to<br>&gt; try, google for dictionary comprehensions in 2.6, but don't be too<br>&gt; surprised if you hit something else shortly thereafter.)<br>&gt;<br>&gt; That 2.7 is the target platform isn't well documented. There's a note in<br>&gt; the wiki for a Win32 dev env that says "chirp is currently written for<br>&gt; Python 2.7 and above", though in the same para it also says it "will<br>&gt; generally run on Python 2.6.x". That latter likely depends on the features<br>&gt; you want to use. The KK7DS Python runtime for Mac OSX, needed for Chirp on<br>&gt; a Mac, is also a packaging of Python 2.7.<br>&gt;<br>&gt; Martin.<br>&gt; KD6YAM<br>&gt;<br>&gt; On Sat, Jul 18, 2020 at 7:18 PM David Ranch &lt;chirp@trinnet.net&gt; wrote:<br>&gt;<br>&gt;&gt;<br>&gt;&gt; Hello Everyone,<br>&gt;&gt;<br>&gt;&gt; I've been a happy Chirp user for a long time but haven't upgraded for<br>&gt;&gt; some time.  I was previously running the TIP version back from Feb  3  2018<br>&gt;&gt; (chirp-hg-e3b90fa8c316) and that worked well but once I fetched the newest<br>&gt;&gt; version with:<br>&gt;&gt;<br>&gt;&gt;    wget <a href="http://d-rats.com/hg/hgwebdir.cgi/chirp.hg/archive/tip.tar.gz">http://d-rats.com/hg/hgwebdir.cgi/chirp.hg/archive/tip.tar.gz</a><br>&gt;&gt;<br>&gt;&gt; Both of these newest versions give me the below errors:<br>&gt;&gt;<br>&gt;&gt;    lrwxrwxrwx    1 dranch dranch      21 Jul 18 19:09 chirp-tip-newest<br>&gt;&gt; -&gt; chirp-hg-37a6a6d6f425<br>&gt;&gt;    lrwxrwxrwx    1 dranch dranch      21 Jul 12 13:22 chirp-tip-newest<br>&gt;&gt; -&gt; chirp-hg-061e53a8a2cc<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; The errors I'm seeing are:<br>&gt;&gt; --<br>&gt;&gt; $ ./chirpw<br>&gt;&gt; Traceback (most recent call last):<br>&gt;&gt;   File "./chirpw", line 24, in &lt;module&gt;<br>&gt;&gt;     from chirp.drivers import *<br>&gt;&gt;   File<br>&gt;&gt; "/home/archive/Chirp/chirp-hg-37a6a6d6f425/chirp/drivers/anytone778uv.py",<br>&gt;&gt; line 192<br>&gt;&gt;     for val in TONE_MAP_VAL_TO_TONE}<br>&gt;&gt;       ^<br>&gt;&gt; SyntaxError: invalid syntax<br>&gt;&gt; --<br>&gt;&gt;<br>&gt;&gt; It was mentioned by Jim Unroe to install the "future" pip package but<br>&gt;&gt; installing version 0.18.2 didn't help.  Any thoughts?<br>&gt;&gt;<br>&gt;&gt; --David<br>&gt;&gt; KI6ZHD<br>&gt;&gt; _______________________________________________<br>&gt;&gt; chirp_users mailing list<br>&gt;&gt; chirp_users@intrepid.danplanet.com<br>&gt;&gt; <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>&gt;&gt; This message was sent to Martin Cooper at mfncooper@gmail.com<br>&gt;&gt; To unsubscribe, send an email to<br>&gt;&gt; chirp_users-unsubscribe@intrepid.danplanet.com<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; chirp_users mailing listchirp_users@intrepid.danplanet.com<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>&gt; This message was sent to David Ranch at chirp@trinnet.net<br>&gt; To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; chirp_users mailing list<br>&gt; chirp_users@intrepid.danplanet.com<br>&gt; <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>&gt; This message was sent to Martin Cooper at mfncooper@gmail.com<br>&gt; To unsubscribe, send an email to<br>&gt; chirp_users-unsubscribe@intrepid.danplanet.com<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200719/d28a58fd/attachment-0001.html">http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200719/d28a58fd/attachment-0001.html</a> <br><br><hr><br>Message: 8<br>Date: Sun, 19 Jul 2020 11:47:14 -0400 (EDT)<br>From: "Nigel A. Gunn  G8IFF/W8IFF" &lt;nigel@ngunn.net&gt;<br>Subject: Re: [chirp_users] Newest Chirp doesn't seem to work with<br>        Python 2.6.6 -- invalid syntax on the anytone778uv.py driver<br>To: Discussion of CHIRP &lt;chirp_users@intrepid.danplanet.com&gt;<br>Message-ID: &lt;1501298602.334912.1595173634688@email.ionos.com&gt;<br>Content-Type: text/plain; charset="utf-8"<br><br>Nothing to stop you installing 2.6, 27. and 3.something to ensure compatibility. They will all reside together.<br>All available from python.org for free download.<br><br><br>&gt; On 19 July 2020 at 11:26 Martin Cooper &lt;mfncooper@gmail.com&gt; wrote:<br>&gt; <br>&gt; <br>&gt; <br>&gt;     On Sat, Jul 18, 2020 at 10:37 PM David Ranch &lt; chirp@trinnet.net mailto:chirp@trinnet.net &gt; wrote:<br>&gt; <br>&gt;         &gt; &gt;         It's just strange to me that certain drivers would use Python2.7 syntax but others would be fine with 2.6 syntax.<br>&gt; &gt; <br>&gt; &gt;     &gt; <br>&gt;     Not really. As I mentioned, Chirp is targeted at Python 2.7. All Python 2.6.x syntax is valid in 2.7, but 2.7 adds some new capabilities. It's not strange that someone would want to take advantage of those new capabilities when they're available as part of the target version.<br>&gt; <br>&gt;     This is not really different from someone working in C++. If the target version was C++11, any code written for C++98 or C++03 would still be fine, but there are new features - and new syntax - that can be taken advantage of in C++11 to make life simpler / more robust. Code written using those new features may not compile with an older compiler.<br>&gt; <br>&gt;     Also, I'll note in passing that Python 2.7 was released 10 years ago, and security updates for Python 2.6.6 were stopped 7 years ago, in 2013.<br>&gt; <br>&gt;     Martin.<br>&gt;     KD6YAM<br>&gt; <br>&gt; <br>&gt; <br>&gt;         &gt; &gt;         --David<br>&gt; &gt;         KI6ZHD<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt;         On 07/18/2020 09:39 PM, Martin Cooper wrote:<br>&gt; &gt; <br>&gt; &gt;             &gt; &gt; &gt;             Hi David,<br>&gt; &gt; &gt; <br>&gt; &gt; &gt;             Chirp is written for Python 2.7, which is why you're seeing the error. Dictionary comprehensions were introduced with 2.7. It's possible that you're just unlucky in trying to use a driver that uses a 2.7 feature, but given that 2.7 is the target version, it's also quite possible that you'd run into more problems if you worked around this one. (If you wanted to try, google for dictionary comprehensions in 2.6, but don't be too surprised if you hit something else shortly thereafter.)<br>&gt; &gt; &gt; <br>&gt; &gt; &gt;             That 2.7 is the target platform isn't well documented. There's a note in the wiki for a Win32 dev env that says " chirp is currently written for Python 2.7 and above", though in the same para it also says it "will generally run on Python 2.6.x". That latter likely depends on the features you want to use. The KK7DS Python runtime for Mac OSX, needed for Chirp on a Mac, is also a packaging of Python 2.7.<br>&gt; &gt; &gt; <br>&gt; &gt; &gt;             Martin.<br>&gt; &gt; &gt;             KD6YAM<br>&gt; &gt; &gt; <br>&gt; &gt; &gt;             On Sat, Jul 18, 2020 at 7:18 PM David Ranch &lt; chirp@trinnet.net mailto:chirp@trinnet.net &gt; wrote:<br>&gt; &gt; &gt; <br>&gt; &gt; &gt;                 &gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt;                 Hello Everyone,<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt;                 I've been a happy Chirp user for a long time but haven't upgraded for some time.  I was previously running the TIP version back from Feb  3  2018 (chirp-hg-e3b90fa8c316) and that worked well but once I fetched the newest version with:<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt;                    wget <a href="http://d-rats.com/hg/hgwebdir.cgi/chirp.hg/archive/tip.tar.gz">http://d-rats.com/hg/hgwebdir.cgi/chirp.hg/archive/tip.tar.gz</a><br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt;                 Both of these newest versions give me the below errors:<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt;                    lrwxrwxrwx    1 dranch dranch      21 Jul 18 19:09 chirp-tip-newest -&gt; chirp-hg-37a6a6d6f425<br>&gt; &gt; &gt; &gt;                    lrwxrwxrwx    1 dranch dranch      21 Jul 12 13:22 chirp-tip-newest -&gt; chirp-hg-061e53a8a2cc<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt;                 The errors I'm seeing are:<br>&gt; &gt; &gt; &gt;                 --<br>&gt; &gt; &gt; &gt;                 $ ./chirpw<br>&gt; &gt; &gt; &gt;                 Traceback (most recent call last):<br>&gt; &gt; &gt; &gt;                   File "./chirpw", line 24, in &lt;module&gt;<br>&gt; &gt; &gt; &gt;                     from chirp.drivers import *<br>&gt; &gt; &gt; &gt;                   File "/home/archive/Chirp/chirp-hg-37a6a6d6f425/chirp/drivers/anytone778uv.py", line 192<br>&gt; &gt; &gt; &gt;                     for val in TONE_MAP_VAL_TO_TONE}<br>&gt; &gt; &gt; &gt;                       ^<br>&gt; &gt; &gt; &gt;                 SyntaxError: invalid syntax<br>&gt; &gt; &gt; &gt;                 --<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt;                 It was mentioned by Jim Unroe to install the "future" pip package but installing version 0.18.2 didn't help.  Any thoughts?<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt;                 --David<br>&gt; &gt; &gt; &gt;                 KI6ZHD<br>&gt; &gt; &gt; &gt;                 _______________________________________________<br>&gt; &gt; &gt; &gt;                 chirp_users mailing list<br>&gt; &gt; &gt; &gt;                 chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com<br>&gt; &gt; &gt; &gt;                 <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>&gt; &gt; &gt; &gt;                 This message was sent to Martin Cooper at mfncooper@gmail.com mailto:mfncooper@gmail.com<br>&gt; &gt; &gt; &gt;                 To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt;             &gt; &gt; &gt; <br>&gt; &gt; &gt; <br>&gt; &gt; &gt; <br>&gt; &gt; &gt;             _______________________________________________<br>&gt; &gt; &gt;             chirp_users mailing list<br>&gt; &gt; &gt;             chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com<br>&gt; &gt; &gt;             <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>&gt; &gt; &gt;             This message was sent to David Ranch at chirp@trinnet.net mailto:chirp@trinnet.net<br>&gt; &gt; &gt;             To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com<br>&gt; &gt; &gt; <br>&gt; &gt; &gt;         &gt; &gt;         _______________________________________________<br>&gt; &gt;         chirp_users mailing list<br>&gt; &gt;         chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com<br>&gt; &gt;         <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>&gt; &gt;         This message was sent to Martin Cooper at mfncooper@gmail.com mailto:mfncooper@gmail.com<br>&gt; &gt;         To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com<br>&gt; &gt; <br>&gt; &gt;     &gt;     _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a> This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com<br>&gt; <br><br><br><br>Nigel A. Gunn, ///shoulders.outwards.resolutions   tel +1 937 825 5032<br>Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www <a href="http://www.ngunn.net">http://www.ngunn.net</a><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200719/43e0659a/attachment-0001.html">http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200719/43e0659a/attachment-0001.html</a> <br><br><hr><br>_______________________________________________<br>chirp_users mailing list<br>chirp_users@intrepid.danplanet.com<br><a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com<br><br>End of chirp_users Digest, Vol 139, Issue 8<br>*******************************************<br></div></blockquote>
</BODY>
</HTML>