Deluge woun't start - ImportError: cannot import name indexb
Posted: Mon Aug 17, 2015 3:25 pm
I'm having a problem to run Deluge,
starting deluge from the command line will produce this stacktrace, which didn't help me to find any thing on Google.
I also tried to delete the configuration folder on my home folder, but didn't help either.
starting deluge from the command line will produce this stacktrace, which didn't help me to find any thing on Google.
I also tried to delete the configuration folder on my home folder, but didn't help either.
Code: Select all
~ » deluge
[ERROR ] 22:14:09 ui:168 cannot import name indexbytes
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/ui.py", line 149, 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 rand, crypto, SSL
File "/usr/lib/python2.7/site-packages/OpenSSL/SSL.py", line 10, in <module>
from six import int2byte, indexbytes
ImportError: cannot import name indexbytes
[ERROR ] 22:14:09 ui:169 There was an error whilst launching the request UI: gtk
[ERROR ] 22:14:09 ui:170 Look at the traceback above for more information.