I compiled Deluge without GTK flag, but it needs. Reproducible: Always Steps to Reproduce: 1. emerge deluge 2. try start it 3. Actual Results: lacyc3@Webszerver ~$ deluge [ERROR ] 18:38:41 ui:84 No module named gtk Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 65, in __init__ from deluge.ui.gtkui.gtkui import GtkUI File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 44, in <module> import gtk, gtk.glade ImportError: No module named gtk [ERROR ] 18:38:41 ui:85 There was an error whilst launching the request UI: gtk [ERROR ] 18:38:41 ui:86 Look at the traceback above for more information.
deluge --help : ... -u UI, --ui=UI The UI that you wish to launch. The UI choices are: gtk -- A GTK-based graphical user interface (default) web -- A web-based interface (http://localhost:8112) console -- A console or command-line interface ... No, it does not.