Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 290274

Summary: net-p2p/deluge-1.1.9: Needs python GTK module without GTK flag
Product: Gentoo Linux Reporter: lacyc3 <lacyc3>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://gallery.lacyc3.eu/main.php?g2_itemId=15&g2_imageViewsIndex=1
Whiteboard:
Package list:
Runtime testing required: ---

Description lacyc3 2009-10-23 18:41:28 UTC
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.
Comment 1 Rafał Mużyło 2009-10-23 22:06:38 UTC
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.