<!DOCTYPE html>
<html><head>
<meta charset="UTF-8">
</head><body><p>You go to here:  <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a></p><p>as you did in order to initially subscribe, you click the "unsubscribe or edit options" button,</p><p>when asked, you give your email address and password and click the "unsubscribe" button.</p><p><br></p><p><br></p><blockquote type="cite">On 04 October 2019 at 15:27 John Higby <KJ7HEL@hotmail.com> wrote: <br> <br><div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000;">How do I remove myself from ongoing e-mails for this group ?</div> <br><hr style="display: inline-block; width: 98%;"><div id="ox-4f3acc830f-divRplyFwdMsg" dir="ltr"><span style="font-size: 11pt; color: #000000; font-family: Calibri, sans-serif;"><strong>From:</strong> chirp_users-bounces@intrepid.danplanet.com <chirp_users-bounces@intrepid.danplanet.com> on behalf of David Boucha <boucha@gmail.com><br> <strong>Sent:</strong> Friday, October 4, 2019 10:48 AM<br> <strong>To:</strong> Steven A. Falco <stevenfalco@gmail.com><br> <strong>Cc:</strong> Discussion of CHIRP <chirp_users@intrepid.danplanet.com><br> <strong>Subject:</strong> Re: [chirp_users] Trying chirpw with python3</span><div> </div></div><div><div dir="ltr">Hm. Hopefully a core Chirp dev can respond. I'm not familiar with the codebase.<div><br></div><div>Sorry I'm not more help.</div></div><br><div class="ox-4f3acc830f-x_gmail_quote"><div dir="ltr" class="ox-4f3acc830f-x_gmail_attr">On Fri, Oct 4, 2019 at 10:05 AM Steven A. Falco < <a href="mailto:stevenfalco@gmail.com">stevenfalco@gmail.com</a>> wrote: <br></div><blockquote>Here is the output of that command: <br> <br> saf$ pip3 install -U gtk <br> Collecting gtk <br>   Could not find a version that satisfies the requirement gtk (from versions: ) <br> No matching distribution found for gtk <br> <br> <br> <br> As an experiment, I tried modifying importdialog.py, replacing the "import gtk" line with: <br> <br> import gi <br> gi.require_version('Gtk', '3.0') <br> from gi.repository import Gtk as gtk <br> <br> I also had to change "tips = gtk.Tooltips()" to "tips = gtk.Tooltip()", because they appear to have dropped the plural "s" from the class name. <br> <br> However, the new "Tooltip" class seems to be different from the previous "Tooltips" class, because now I get this exception: <br> <br> RROR: -- Exception: -- <br> ERROR: Traceback (most recent call last): <br>   File "/home/sfalco/radio/baofeng/chirp.hg/chirp/ui/editorset.py", line 361, in do_export <br>     dst_rthread) <br>   File "/home/sfalco/radio/baofeng/chirp.hg/chirp/ui/editorset.py", line 252, in _do_import_locked <br>     dialog = dlgclass(src_radio, dst_rthread.radio, self.parent_window) <br>   File "/home/sfalco/radio/baofeng/chirp.hg/chirp/ui/importdialog.py", line 628, in __init__ <br>     self.build_ui() <br>   File "/home/sfalco/radio/baofeng/chirp.hg/chirp/ui/importdialog.py", line 506, in build_ui <br>     self.vbox.pack_start(self.make_view(), 1, 1, 1) <br>   File "/home/sfalco/radio/baofeng/chirp.hg/chirp/ui/importdialog.py", line 333, in make_view <br>     tips.set_tip(lab, self.tips[k]) <br> AttributeError: 'Tooltip' object has no attribute 'set_tip' <br> <br> Again, I'm a python noob, but it looks like the python3 Gtk tooltip API has changed such that set_tip has been removed. <br> <br>         Steve <br> <br> <br> On 10/4/19 11:51 AM, David Boucha wrote: <br> > Try running the following command <br> > <br> > pip3 install -U gtk <br> > <br> > On Fri, Oct 4, 2019 at 8:45 AM Steven A. Falco < <a href="mailto:stevenfalco@gmail.com" target="_blank" rel="noopener">stevenfalco@gmail.com</a> <mailto: <a href="mailto:stevenfalco@gmail.com" target="_blank" rel="noopener">stevenfalco@gmail.com</a>>> wrote: <br> > <br> >     The '>' symbols got mangled in my previous email, so here is a corrected email. <br> > <br> >     This sequence fails to find gtk: <br> > <br> >     saf$ python3 <br> >     Python 3.7.4 (default, Jul  9 2019, 16:32:37) <br> >     [GCC 9.1.1 20190503 (Red Hat 9.1.1-1)] on linux <br> >     Type "help", "copyright", "credits" or "license" for more information. <br> >      >>> import gtk <br> >     Traceback (most recent call last): <br> >       File "<stdin>", line 1, in <module> <br> >     ModuleNotFoundError: No module named 'gtk' <br> > <br> >     But this sequence works: <br> > <br> >     saf$ python3 <br> >     Python 3.7.4 (default, Jul  9 2019, 16:32:37) <br> >     [GCC 9.1.1 20190503 (Red Hat 9.1.1-1)] on linux <br> >     Type "help", "copyright", "credits" or "license" for more information. <br> >      >>> import gi <br> >      >>> gi.require_version('Gtk', '3.0') <br> >      >>> from gi.repository import Gtk <br> >      >>> <br> > <br> >     Is there something that I need to install?  I'm a complete python noob. <br> > <br> >             Steve <br> > <br> <br></blockquote></div></div></blockquote><p class="default-style"><br> </p><blockquote type="cite">_______________________________________________ <br>chirp_users mailing list <br>chirp_users@intrepid.danplanet.com <br>http://intrepid.danplanet.com/mailman/listinfo/chirp_users <br>This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net <br>To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com</blockquote><p class="default-style"><br> </p><p><br></p><div class="io-ox-signature"><p>Nigel A. Gunn, 1865 El Camino Drive, Xenia, OH 45385-1115, USA. tel +1 937 825 5032<br>Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net <br><br></p></div></body></html>