| Summary: | Deluge does not start ([ERROR ] hh:mm:ss ui:171 No module named enum) | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Lewis Smith <lewyssmith> |
| Component: | RPM Packages | Assignee: | All Packagers <pkg-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | geiger.david68210, marja11, mitya, pterjan |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | deluge | CVE: | |
| Status comment: | |||
Same error here, starting deluge from Xfce. Assigning to all packagers collectively, because there is no registered maintainer for deluge. CC'ing some committers. Source RPM:
(none) =>
deluge Should be fixed in deluge-1.3.15-6.mga7! (In reply to David GEIGER from comment #2) > Should be fixed in deluge-1.3.15-6.mga7! deluge-1.3.15-6.mga7 It *is* fixed, thank you. Closing the bug. Resolution:
(none) =>
FIXED |
Description of problem: Starting Deluge under Gnome desktop does not work. Yet to try from other desktops. Version-Release number of selected component (if applicable): M7beta1 2 Dec 2018: deluge-1.3.15-5.mga7 How reproducible: From menu icon or console, every time. Steps to Reproduce: 1. Try launching it! --------- $ deluge Gtk-Message: 12:51:22.099: Failed to load module "canberra-gtk-module" [ERROR ] 12:51:22 ui:171 No module named enum Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge/ui/ui.py", line 152, in __init__ from deluge.ui.gtkui.gtkui import GtkUI File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module> from gtkui import start File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 87, in <module> from deluge.ui.client import client File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 37, in <module> from twisted.internet import reactor, ssl, defer File "/usr/lib64/python2.7/site-packages/twisted/internet/ssl.py", line 59, in <module> from OpenSSL import SSL File "/usr/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module> from OpenSSL import crypto, SSL File "/usr/lib/python2.7/site-packages/OpenSSL/crypto.py", line 12, in <module> from cryptography import x509 File "/usr/lib64/python2.7/site-packages/cryptography/x509/__init__.py", line 7, in <module> from cryptography.x509 import certificate_transparency File "/usr/lib64/python2.7/site-packages/cryptography/x509/certificate_transparency.py", line 8, in <module> from enum import Enum ImportError: No module named enum [ERROR ] 12:51:22 ui:172 There was an error whilst launching the request UI: gtk [ERROR ] 12:51:22 ui:173 Look at the traceback above for more information.