[ERROR ... ui:168 cannot import name ReactorAlready
Posted: Sat Oct 18, 2014 3:18 am
Running Ubuntu Lucid. Deluge updated via the PPA yesterday, and I've been unable to get Deluge to run since. I've uninstalled, reinstalled all the dependencies I can find, tried downgrading back to 1.2.2 (runs, but won't do any torrents). On the latest upgraded version, 1.3.10, the most I can get it to do is:
Any ideas? Seems that multiple reactors are loading from the 'start' in __init___.py:
Any ideas? I've used Deluge for years... I really need to get it working again... is this a dependency problem?
Thanks,
KJ
Code: Select all
$ deluge
[ERROR ] 19:57:52 ui:168 cannot import name ReactorAlreadyInstalledError
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/deluge/ui/ui.py", line 149, in __init__
from deluge.ui.gtkui.gtkui import GtkUI
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/__init__.py", line 1, in <module>
from gtkui import start
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 42, in <module>
from twisted.internet.error import ReactorAlreadyInstalledError
ImportError: cannot import name ReactorAlreadyInstalledError
[ERROR ] 19:57:52 ui:169 There was an error whilst launching the request UI: gtk
[ERROR ] 19:57:52 ui:170 Look at the traceback above for more information.
Code: Select all
$ python
Python 2.6.5 (r265:79063, Feb 27 2014, 19:44:14)
[GCC 4.4.3] on linux2
Code: Select all
$ python __init__.py
Traceback (most recent call last):
File "__init__.py", line 1, in <module>
from gtkui import start
File "/usr/share/pyshared/deluge/ui/gtkui/gtkui.py", line 42, in <module>
from twisted.internet.error import ReactorAlreadyInstalledError
ImportError: cannot import name ReactorAlreadyInstalledError
Thanks,
KJ