Opened 4 years ago

Closed 3 years ago

#3414 closed bug (WontFix)

Deluge UI cannot start with gtk+3 3.24.18

Reported by: oldunclevanja Owned by:
Priority: minor Milestone: not applicable
Component: GTK UI Version: 2.0.3
Keywords: Cc:

Description

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

Change History (1)

comment:1 Changed 3 years ago by Cas

  • Milestone changed from needs verified to not applicable
  • Resolution set to WontFix
  • Status changed from new to closed

This must be a brew packaging issue, it's missing a dependency such as python-gobject, there is a suggestion here that the py3.7 dependency is missing but installed for py3.8: https://dev.gajim.org/gajim/gajim/-/issues/10068

Did this get resolved? If not open an issue on brew site for deluge package.

Note: See TracTickets for help on using tickets.