Bug 23957 - Deluge does not start ([ERROR ] hh:mm:ss ui:171 No module named enum)
Summary: Deluge does not start ([ERROR ] hh:mm:ss ui:171 No module named enum)
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: All Packagers
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-07 13:42 CET by Lewis Smith
Modified: 2018-12-08 13:52 CET (History)
4 users (show)

See Also:
Source RPM: deluge
CVE:
Status comment:


Attachments

Description Lewis Smith 2018-12-07 13:42:23 CET
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.
Comment 1 Marja Van Waes 2018-12-07 14:45:41 CET
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
Assignee: bugsquad => pkg-bugs
CC: (none) => geiger.david68210, marja11, mitya, pterjan
Summary: Deluge does not start => Deluge does not start ([ERROR ] hh:mm:ss ui:171 No module named enum)

Comment 2 David GEIGER 2018-12-07 16:41:20 CET
Should be fixed in deluge-1.3.15-6.mga7!
Comment 3 Lewis Smith 2018-12-08 13:52:46 CET
(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
Status: NEW => RESOLVED


Note You need to log in before you can comment on or make changes to this bug.