<div dir="ltr"><div class="gmail_default" style="font-size:small">Thank You All</div><div class="gmail_default" style="font-size:small">                  The amount of help that i got was and is amazing. Thank you one and all.</div><div class="gmail_default" style="font-size:small">Success! Chirp now works just fine on my Puppy Linux system. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Again thank you so much.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Best Regards</div><div class="gmail_default" style="font-size:small">John</div><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 28, 2023 at 6:02 PM Stuart Longland VK4MSL &lt;<a href="mailto:me@vk4msl.id.au">me@vk4msl.id.au</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">On Tue, 28 Mar 2023 12:24:07 -0400<br>
John KB2SCS &lt;<a href="mailto:kb2scsjb@gmail.com" target="_blank">kb2scsjb@gmail.com</a>&gt; wrote:<br>
<br>
&gt; For your help with my problem. The flavor of puppy Linux I am using is the<br>
&gt; Ubuntu derivative called Fossapup.<br>
&gt; Puppy does not have the apt command. In order to install libraries/packages<br>
&gt; you use the puppy package manager to search and install packages from the<br>
&gt; Ubuntu depositories. I think I have installed all the libraries I need.<br>
<br>
Okay, bit strange… Ubuntu is a Debian derivative, therefore uses `apt`,<br>
so as an Ubuntu derivative, there should be an `apt` binary installed.<br>
<br>
But, I digress…<br>
<br>
&gt; I would like to run chirp from the command line with the following command.<br>
&gt; Python3 Chirpw.py<br>
&gt; Or<br>
&gt; Python3 chirpwx.py<br>
<br>
Okay, watch case sensitivity here; most installs on Python (even on<br>
Windows) use a lower case `python`, and all Linux distributions are<br>
case-sensitive.  `python3` should work, but `Python3` will likely yield<br>
a &quot;command not found&quot;.<br>
<br>
Similarly with file names; `Chirpw.py` won&#39;t work if the file is<br>
actually called `chirpw.py`.  I know it sounds pedantic, but on Unix<br>
variants, it matters.<br>
<br>
&gt; Which ever is the new file name. In the  chirp-20230328.tar.gz<br>
&gt; file that I downloaded and extracted does not have chirpw.py or chirpwx.py<br>
&gt; <br>
&gt; Is it no longer possible to run chirp via the python interpreter  running<br>
&gt; the source code like you were able to run the legacy python 2 version of<br>
&gt; chirp?<br>
<br>
The git repository does have a `chirpwx.py`.  This seems to not be<br>
distributed in the tarball.  That said, you can still run Chirp from<br>
the unpacked tarball:<br>
<br>
I downloaded<br>
<a href="https://trac.chirp.danplanet.com/chirp_next/next-20230328/chirp-20230328.tar.gz" rel="noreferrer" target="_blank">https://trac.chirp.danplanet.com/chirp_next/next-20230328/chirp-20230328.tar.gz</a><br>
-- for reference, here&#39;s the checksum to confirm you got the same file<br>
I did.<br>
<br>
$ sha256sum /tmp/chirp-20230328.tar.gz <br>
5e4ce5f2eef80fec7a5d7e47383c99957c16a31df2f8b4a705fab0c50090ce5a  /tmp/chirp-20230328.tar.gz<br>
<br>
I unpacked it with `tar -xzf chirp-20230328.tar.gz`; that created a<br>
`chirp-20230328` sub-directory.  Indeed, if I enter that directory and do a `ls`, there&#39;s no<br>
`chirpwx.py`.  I had a look though, there&#39;s a `chirp/wxui` sub-directory though, so I tried:<br>
<br>
$ python3 -m chirp.wxui<br>
<br>
The Chirp window appeared.  So you might be able to run it that way.<br>
<br>
That said, the safer approach may be to run `python3 setup.py install<br>
--user` and run it via whatever scripts that creates in your<br>
`~/.local/bin` directory (or via desktop icons).<br>
-- <br>
Stuart Longland (aka Redhatter, VK4MSL)<br>
<br>
I haven&#39;t lost my mind...<br>
  ...it&#39;s backed up on a tape somewhere.<br>
</blockquote></div><br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><font size="2">Let us hope we never witness the &quot;Silence Of The Hams&quot;<br>73 DE John KB2SCS<br>           Web Page:  <a href="http://www.qsl.net/kb2scs" target="_blank">http://www.qsl.net/kb2scs</a><br></font><br></div></div></div></div>