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

Bug 282163

Summary: wicd-client and emesene -- import gtk failed starting everytime
Product: Gentoo Linux Reporter: Diego Flórez <florezg.diegof>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard: SOLVED
Package list:
Runtime testing required: ---

Description Diego Flórez 2009-08-21 06:34:28 UTC
wicd-client chashed at start,
when i try wicd-client, i get the next: 

$ wicd-client
Traceback (most recent call last):
  File "/usr/lib/wicd/wicd-client.py", line 38, in <module>
    import gtk
ImportError: No module named gtk


when i try wicd, i get:

# wicd
Traceback (most recent call last):
  File "/usr/lib/wicd/wicd-daemon.py", line 44, in <module>
    import gobject
ImportError: No module named gobject


Reproducible: Always




It's happened after did

emerge --newuse --deep --update world
Comment 1 Patrick Lauer gentoo-dev 2009-08-21 11:13:35 UTC
You did an incomplete python update.
Running python-updater should solve it, if that fails emerging pygobject and pygtk manually should.
Comment 2 Diego Flórez 2009-08-22 02:55:01 UTC
(In reply to comment #1)

> You did an incomplete python update.
> Running python-updater should solve it, if that fails emerging pygobject and
> pygtk manually should.


Perfect Patrick!!! Thanks for your help.

# emerge pygtk pygobject dbus-python 
has solved the whole problem.

I preferred do 
# unmerge pygtk pygobject dbus-python python-updater 
And then
# emerge --newuse --update --deep world