Do you have all the dependencies installed?
What happens when you run the following in a terminal?
python3 import gtk
On Thu, Oct 3, 2019 at 12:27 PM Steven A. Falco stevenfalco@gmail.com wrote:
I am trying to use the py3 branch of chirpw, because Fedora Linux is in the process of deprecating python 2. Mostly it is going well, but when I try to export to a CSV file, I get this error message:
There was an error during export: 'gi.repository.Gtk' object has no attribute 'Tooltips'
The error appears to originate in chirp/ui/importdialog.py around line 302:
tips = gtk.Tooltips()
Unfortunately, I don't know enough python to understand why this error is happening.
Does anyone have a suggestion about how to use chirpw with python 3?
Steve
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to UtahDave at boucha@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com