Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cannot start wicd-client as user: python import error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Ivan_D
n00b
n00b


Joined: 26 Nov 2007
Posts: 53
Location: Ukraine

PostPosted: Mon Mar 23, 2009 2:23 pm    Post subject: Cannot start wicd-client as user: python import error Reply with quote

Hi.
Code:
$ wicd-client
Traceback (most recent call last):
  File "/usr/lib/wicd/wicd-client.py", line 40, in <module>
    import gtk
  File "//usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 38, in <module>
    import gobject as _gobject
  File "//usr/lib/python2.5/site-packages/gtk-2.0/gobject/__init__.py", line 33, in <module>
    from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds, \
  File "//usr/lib/python2.5/site-packages/gtk-2.0/glib/__init__.py", line 30, in <module>
    from glib._glib import *
ImportError: /usr/lib/python2.5/site-packages/gtk-2.0/glib/_glib.so: undefined symbol: PySignal_SetWakeupFd


Strange here is that sudo wicd-client works fine. I'm confused by why does it work with sudo but not as user?

Code:
$ groups
wheel audio cdrom video games cdrw usb users portage haldaemon plugdev ivan


What should I do to make it work?
Back to top
View user's profile Send private message
comprookie2000
Retired Dev
Retired Dev


Joined: 25 Jul 2004
Posts: 925
Location: Sun City Center, Florida

PostPosted: Mon Mar 23, 2009 3:18 pm    Post subject: Reply with quote

I would try;
Code:

emerge --sync
emerge -uND world
etc-update
revdep-rebuild
emerge pygobject
emerge pygtk
revdep-rebuild

_________________
http://dev.gentoo.org/~dabbott/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum