From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LZSEX-0001Pl-4G for garchives@archives.gentoo.org; Tue, 17 Feb 2009 15:51:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04655E036E; Tue, 17 Feb 2009 15:51:40 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.242]) by pigeon.gentoo.org (Postfix) with ESMTP id CBE08E036E for ; Tue, 17 Feb 2009 15:51:39 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id f25so2279520rvb.46 for ; Tue, 17 Feb 2009 07:51:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=YZIHStLGwM2AstLgsHYG4FFbYFUqVb9OdbkTC5enwis=; b=qCATbegmb+fx5PV6/nJdizePCr/w6NGfc+cnvgGK3Hoah/dFn0/qKy3VYkZKjRiGej UUwdx9boLf0OYeZrcqQtHrymylnl2XvUhWBAY3EGPmx3KynfauwjepIQOkilQwb2DkB2 75syPIezOsUcQjkxfm01nOf4U3N0yp9Dm/0lI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=iauvqgjZHlbyRA/1ijhNuzxTFbqQKTwv2uwhvU07JY0/Fy2xIQMKr8CVCE9Rq70d26 WybaJM0UnoAmojpnep0r9k4artDPt7Ap0fdTTiPbMHU1gCnHhYhldPJbmZ2QRc0qplV0 5c4cp0kV+VJxuDuX1Q2SZylnzrVtjBoP1IXiI= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.141.10.1 with SMTP id n1mr2612841rvi.252.1234885899390; Tue, 17 Feb 2009 07:51:39 -0800 (PST) Date: Tue, 17 Feb 2009 23:51:39 +0800 Message-ID: <7797aa370902170751t4738590ch59e3c4f7aeb20aab@mail.gmail.com> Subject: [gentoo-user] wicd start failed From: Chuanwen Wu To: gentoo-user Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 720a84f4-9c81-425e-93e9-db80cf469052 X-Archives-Hash: 36400f9bfcc266ae4399faec21fb6c8b 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 import gobject ImportError: No module named gobject # wicd-client Traceback (most recent call last): File "/usr/lib/wicd/wicd-client.py", line 40, in 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