Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 290274 - net-p2p/deluge-1.1.9: Needs python GTK module without GTK flag
Summary: net-p2p/deluge-1.1.9: Needs python GTK module without GTK flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gentoo Linux bug wranglers
URL: http://gallery.lacyc3.eu/main.php?g2_...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-23 18:41 UTC by lacyc3
Modified: 2009-10-23 22:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.