Opened 16 years ago
Closed 16 years ago
#796 closed bug (WorksForMe)
GTK UI Broken since after ~4560
Reported by: | optimum.reflex@gmail.com | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | GTK UI | Version: | 1.2.0_dev |
Keywords: | Cc: |
Description
In the latest 1.2.0 revisions I get the following errors:
[ERROR ] 13:02:17 ui:65 No module named twisted.internet Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge-1.2.0_dev-py2.6-linux-x86_64.egg/deluge/ui/ui.py", line 54, in init
from deluge.ui.gtkui.gtkui import GtkUI
File "/usr/lib/python2.6/site-packages/deluge-1.2.0_dev-py2.6-linux-x86_64.egg/deluge/ui/gtkui/gtkui.py", line 29, in <module>
from twisted.internet import gtk2reactor
ImportError: No module named twisted.internet [ERROR ] 13:02:17 ui:66 Unable to find the requested UI: gtk. Please select a different UI with the '-u' option or alternatively use the '-s' option to select a different default UI.
I've reverted to 4560 which seems to be around the last release to work for me.
On linux, x86_64
Change History (3)
comment:1 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Thanks for that - but now I'm having issues with the gtk ui connecting to deluged, it doesn't work in classic mode either. I'm not seeing any errors from either deluged (run in non-daemonized mode), or the gtk frontend...
comment:3 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
Then run with debug logging.. and classic mode isn't really working right now in trunk.
Oh damn, I can't think of the word... What's the word I'm looking for...
Oh yeah, FAIL.
You need twisted. Go install it.