FS#63951 - [deluge] Deluge doesn't start because of AttributeError

Attached to Project: Arch Linux
Opened by Maria (ruafel) - Sunday, 29 September 2019, 18:22 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 29 September 2019, 18:25 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Traceback (most recent call last):
File "/usr/bin/deluge", line 11, in <module>
load_entry_point('deluge==2.0.3', 'gui_scripts', 'deluge')()
File "/usr/lib/python3.7/site-packages/deluge/ui/ui_entry.py", line 143, in start_ui
ui.start()
File "/usr/lib/python3.7/site-packages/deluge/ui/gtk3/__init__.py", line 43, in start
from .gtkui import GtkUI
File "/usr/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'

Additional info:

deluge 2.0.3
libtorrent: 1.1.13.0
Python: 3.7.4
OS: Linux Arch Linux rolling n/a

Steps to reproduce:

Start deluge in terminal emulator.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 29 September 2019, 18:25 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Pay more attention to what pacman tells you.

Covered by optdeps

Loading...