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