Deluge not starting after update
Posted: Wed Mar 12, 2025 9:42 pm
I ran an update earlier today, I'm using OpenSuse Tumbleweed. . .Deluge was updated (2.1.1-4.5) amongst a multitude of others.
Now Deluge doesn't start and give this error when running from the command line:
Can someone help please?
Now Deluge doesn't start and give this error when running from the command line:
Code: Select all
Traceback (most recent call last):
File "/usr/bin/deluge", line 33, in <module>
sys.exit(load_entry_point('deluge==2.1.1', 'gui_scripts', 'deluge')())
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/deluge/ui/ui_entry.py", line 140, in start_ui
ui.start()
~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/deluge/ui/gtk3/__init__.py", line 45, in start
from .gtkui import GtkUI
File "/usr/lib/python3.13/site-packages/deluge/ui/gtk3/gtkui.py", line 50, in <module>
from deluge.ui.tracker_icons import TrackerIcons
File "/usr/lib/python3.13/site-packages/deluge/ui/tracker_icons.py", line 22, in <module>
from deluge.httpdownloader import download_file
File "/usr/lib/python3.13/site-packages/deluge/httpdownloader.py", line 9, in <module>
import cgi
ModuleNotFoundError: No module named 'cgi'