<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 18, 2020 at 10:37 PM David Ranch &lt;<a href="mailto:chirp@trinnet.net">chirp@trinnet.net</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF"><font size="-1">It&#39;s just strange to me that certain drivers
      would use Python2.7 syntax but others would be fine with 2.6
      syntax.</font></div></blockquote><div><br></div><div><div class="gmail_default" style="font-size:small">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&#39;s not strange that someone would want to take advantage of those new capabilities when they&#39;re available as part of the target version.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">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.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Also, I&#39;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.</div><br></div><div><div class="gmail_default" style="font-size:small">Martin.</div><div class="gmail_default" style="font-size:small">KD6YAM</div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF"><font size="-1">
      --David<br>
      KI6ZHD<br>
      <br>
    </font><br>
    <div>On 07/18/2020 09:39 PM, Martin Cooper
      wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">
        <div style="font-size:small">Hi David,</div>
        <div style="font-size:small"><br>
        </div>
        <div style="font-size:small">Chirp is
          written for Python 2.7, which is why you&#39;re seeing the error.
          Dictionary comprehensions were introduced with 2.7. It&#39;s
          possible that you&#39;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&#39;s also quite possible that you&#39;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&#39;t be too
          surprised if you hit something else shortly thereafter.)</div>
        <div style="font-size:small"><br>
        </div>
        <div style="font-size:small">That 2.7 is
          the target platform isn&#39;t well documented. There&#39;s a note in
          the wiki for a Win32 dev env that says &quot;<span style="color:rgb(72,72,72);font-family:Verdana,sans-serif;font-size:12px">chirp
            is currently written for Python 2.7 and above</span>&quot;,
          though in the same para it also says it &quot;will generally run on
          Python 2.6.x&quot;. 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.</div>
        <div style="font-size:small"><br>
        </div>
        <div style="font-size:small">Martin.</div>
        <div style="font-size:small">KD6YAM</div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Sat, Jul 18, 2020 at 7:18
          PM David Ranch &lt;<a href="mailto:chirp@trinnet.net" target="_blank">chirp@trinnet.net</a>&gt;
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div bgcolor="#FFFFFF"> <font size="-1"><br>
              Hello Everyone,<br>
              <br>
              I&#39;ve been a happy Chirp user for a long time but haven&#39;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>
              <br>
                 wget <a href="http://d-rats.com/hg/hgwebdir.cgi/chirp.hg/archive/tip.tar.gz" target="_blank">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>
                 </font><font size="-1"><font size="-1"><font size="-1">lrwxrwxrwx   
                  1 dranch dranch      21 Jul 18 19:09 chirp-tip-newest
                  -&gt; chirp-hg-37a6a6d6f425<br>
                     </font>lrwxrwxrwx    1 dranch dranch      21 Jul
                12 13:22 chirp-tip-newest -&gt; chirp-hg-061e53a8a2cc<br>
                <br>
                <br>
                The errors I&#39;m seeing are:<br>
              </font>--<br>
              $ ./chirpw<br>
              Traceback (most recent call last):<br>
                File &quot;./chirpw&quot;, line 24, in &lt;module&gt;<br>
                  from chirp.drivers import *<br>
                File
&quot;/home/archive/Chirp/chirp-hg-37a6a6d6f425/chirp/drivers/anytone778uv.py&quot;,
              line 192<br>
                  for val in TONE_MAP_VAL_TO_TONE}<br>
                    ^<br>
              SyntaxError: invalid syntax<br>
              --<br>
            </font><font size="-1"><br>
              It was mentioned by Jim Unroe to install the &quot;future&quot; pip
              package but installing version 0.18.2 didn&#39;t help.  Any
              thoughts?<br>
              <br>
              --David<br>
              KI6ZHD<br>
            </font> </div>
          _______________________________________________<br>
          chirp_users mailing list<br>
          <a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
          <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
          This message was sent to Martin Cooper at <a href="mailto:mfncooper@gmail.com" target="_blank">mfncooper@gmail.com</a><br>
          To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a></blockquote>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
chirp_users mailing list
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a>
This message was sent to David Ranch at <a href="mailto:chirp@trinnet.net" target="_blank">chirp@trinnet.net</a>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a></pre>
    </blockquote>
    <br>
  </div>

_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to Martin Cooper at <a href="mailto:mfncooper@gmail.com" target="_blank">mfncooper@gmail.com</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a></blockquote></div></div>