#3414: Deluge UI cannot start with gtk+3 3.24.18
----------------------------+--------------------
Reporter: oldunclevanja | Type: bug
Status: new | Priority: minor
Milestone: needs verified | Component: GTK UI
Version: 2.0.3 | Keywords:
----------------------------+--------------------
I had deluge working fine for a few months on macOS Catalina (10.15.5)
After updating brew and its dependencies, the application doesn't want to
start anymore
When launching deluge:
{{{
Traceback (most recent call last):
File "/usr/local/bin/deluge", line 8, in <module>
sys.exit(start_ui())
File "/usr/local/lib/python3.7/site-packages/deluge/ui/ui_entry.py",
line 143, in start_ui
ui.start()
File "/usr/local/lib/python3.7/site-
packages/deluge/ui/gtk3/__init__.py", line 43, in start
from .gtkui import GtkUI
File "/usr/local/lib/python3.7/site-packages/deluge/ui/gtk3/gtkui.py",
line 21, in <module>
gi.require_version('Gtk', '3.0') # NOQA: E402
AttributeError: module 'gi' has no attribute 'require_version'
}}}
I'm running the following versions of the dependencies:
pygobject3: stable 3.36.1 (bottled)
gtk+3: stable 3.24.18 (bottled)
libtorrent-rasterbar: stable 1.2.7 (bottled), HEAD
I have treied uninstalling deluge and reinstalling, but that doesn't make
any difference
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3414>
Deluge <https://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/deluge-dev/052.fc5d290e974db4298573caf8fef0caf9%40deluge-torrent.org.