public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] wicd start failed
@ 2009-02-17 15:51 Chuanwen Wu
  2009-02-17 16:26 ` Neil Bothwick
  0 siblings, 1 reply; 8+ messages in thread
From: Chuanwen Wu @ 2009-02-17 15:51 UTC (permalink / raw
  To: gentoo-user

Hi,
Several day ago, someone in this list recommended wicd to configure
the net interface. And I tried it but failed.

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

After the error occurred, I have updated python to 2.5.2 and pygtk to
2.12.1-r2, I also  ran "python-updater", but nothing changed.

So anybody knew how to fix the problem?

Thanks in advanced!

-- 
wcw



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] wicd start failed
  2009-02-17 15:51 [gentoo-user] wicd start failed Chuanwen Wu
@ 2009-02-17 16:26 ` Neil Bothwick
  2009-02-18 14:24   ` Chuanwen Wu
  0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2009-02-17 16:26 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

On Tue, 17 Feb 2009 23:51:39 +0800, Chuanwen Wu wrote:

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

Do you have pygobject installed?


-- 
Neil Bothwick

If you think that there is good in everybody, you haven't met everybody.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] wicd start failed
  2009-02-17 16:26 ` Neil Bothwick
@ 2009-02-18 14:24   ` Chuanwen Wu
  2009-02-18 15:41     ` Neil Bothwick
  0 siblings, 1 reply; 8+ messages in thread
From: Chuanwen Wu @ 2009-02-18 14:24 UTC (permalink / raw
  To: gentoo-user

Hi, thanks for your tips!
> Do you have pygobject installed?

I have updated pygobject to 2.14.2, then updated dbus-python to
0.82.4, now the problem is fixed :)


-- 
wcw



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] wicd start failed
  2009-02-18 14:24   ` Chuanwen Wu
@ 2009-02-18 15:41     ` Neil Bothwick
  2009-02-18 15:46       ` Alejandro
  2009-02-19  3:11       ` Chuanwen Wu
  0 siblings, 2 replies; 8+ messages in thread
From: Neil Bothwick @ 2009-02-18 15:41 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

On Wed, 18 Feb 2009 22:24:15 +0800, Chuanwen Wu wrote:

> > Do you have pygobject installed?  
> 
> I have updated pygobject to 2.14.2, then updated dbus-python to
> 0.82.4, now the problem is fixed :)

It looks like the dependencies are wrong,have you filed a bug?


-- 
Neil Bothwick

Yes, I am an agent of Satan, but my duties are largely ceremonial.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] wicd start failed
  2009-02-18 15:41     ` Neil Bothwick
@ 2009-02-18 15:46       ` Alejandro
  2009-02-18 16:56         ` Neil Bothwick
  2009-02-19  3:11       ` Chuanwen Wu
  1 sibling, 1 reply; 8+ messages in thread
From: Alejandro @ 2009-02-18 15:46 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 460 bytes --]

2009/2/18 Neil Bothwick <neil@digimed.co.uk>

> On Wed, 18 Feb 2009 22:24:15 +0800, Chuanwen Wu wrote:
>
> > > Do you have pygobject installed?
> >
> > I have updated pygobject to 2.14.2, then updated dbus-python to
> > 0.82.4, now the problem is fixed :)
>
> It looks like the dependencies are wrong,have you filed a bug?
>
>
> --
> Neil Bothwick
>
> Yes, I am an agent of Satan, but my duties are largely ceremonial.
>

Are you installing wicd from portage?

[-- Attachment #2: Type: text/html, Size: 812 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] wicd start failed
  2009-02-18 15:46       ` Alejandro
@ 2009-02-18 16:56         ` Neil Bothwick
  0 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2009-02-18 16:56 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 306 bytes --]

On Wed, 18 Feb 2009 13:46:30 -0200, Alejandro wrote:

> Are you installing wicd from portage?

Yes, and it works fine. But that could be because that unspecified
dependencies were pulled in by something else.


-- 
Neil Bothwick

"I laugh in the face of danger, then I hide until it goes away"

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] wicd start failed
  2009-02-18 15:41     ` Neil Bothwick
  2009-02-18 15:46       ` Alejandro
@ 2009-02-19  3:11       ` Chuanwen Wu
  2009-02-19  9:16         ` Neil Bothwick
  1 sibling, 1 reply; 8+ messages in thread
From: Chuanwen Wu @ 2009-02-19  3:11 UTC (permalink / raw
  To: gentoo-user

>
> It looks like the dependencies are wrong,have you filed a bug?
Not yet, do you mean in bugzilla?

-- 
wcw



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] wicd start failed
  2009-02-19  3:11       ` Chuanwen Wu
@ 2009-02-19  9:16         ` Neil Bothwick
  0 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2009-02-19  9:16 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

On Thu, 19 Feb 2009 11:11:04 +0800, Chuanwen Wu wrote:

> > It looks like the dependencies are wrong,have you filed a bug?  
> Not yet, do you mean in bugzilla?

Yes


-- 
Neil Bothwick

Top Oxymorons Number 9: Political science

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-02-19  9:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-17 15:51 [gentoo-user] wicd start failed Chuanwen Wu
2009-02-17 16:26 ` Neil Bothwick
2009-02-18 14:24   ` Chuanwen Wu
2009-02-18 15:41     ` Neil Bothwick
2009-02-18 15:46       ` Alejandro
2009-02-18 16:56         ` Neil Bothwick
2009-02-19  3:11       ` Chuanwen Wu
2009-02-19  9:16         ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox