I compiled 1.1.2 under Debian. The console and web access work. When I run gtk I get
[ERROR ] 13:34:38 ui:65 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.
Traceback (most recent call last):
File "/usr/bin/deluge", line 8, in <module>
load_entry_point('deluge==1.1.2', 'console_scripts', 'deluge')()
File "/usr/lib/python2.5/site-packages/deluge-1.1.2-py2.5-linux-sparc64.egg/deluge/main.py", line 120, in start_ui
UI(options, args, options.args)
File "/usr/lib/python2.5/site-packages/deluge-1.1.2-py2.5-linux-sparc64.egg/deluge/ui/ui.py", line 66, in __init__
sys.exit(0)
NameError: global name 'sys' is not defined
I have re-compiled there where no errors. I also think I have all the re-reqs installed.
Anyone seen this error ?.