From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LwEcJ-0002UH-LK for garchives@archives.gentoo.org; Tue, 21 Apr 2009 11:58:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4331E06B1; Tue, 21 Apr 2009 11:58:21 +0000 (UTC) Received: from relay01.mx.bawue.net (relay01.mx.bawue.net [193.7.176.67]) by pigeon.gentoo.org (Postfix) with ESMTP id BA575E06B1 for ; Tue, 21 Apr 2009 11:58:21 +0000 (UTC) Received: from [129.69.212.59] (hspc39.informatik.uni-stuttgart.de [129.69.212.59]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: stoile) by relay01.mx.bawue.net (Postfix) with ESMTP id F1F48488E8 for ; Tue, 21 Apr 2009 13:58:20 +0200 (CEST) Subject: Re: [gentoo-user] python-2.6.2 site-packages path problem From: Philipp Riegger To: gentoo-user@lists.gentoo.org In-Reply-To: References: Content-Type: text/plain Date: Tue, 21 Apr 2009 13:58:12 +0200 Message-Id: <1240315092.7104.0.camel@hspc39.informatik.uni-stuttgart.de> 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 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 9deabc26-bd0b-47fe-bb27-a9e342d48d71 X-Archives-Hash: 0cc463fe416a78045290cb99c4a3ac44 On Tue, 2009-04-21 at 12:34 +0200, Helmut Jarausch wrote: > with Python 2.6.2 I have (even re-)installed dev-python/pygtk. > And indeed, there is a directory > /usr/lib/python2.6/site-packages/gtk-2.0 > > But, still, > import gtk > fails. Looking closer, > there is NO pygtk.pth-2.0 pygtk.py-2.0 file > in /usr/lib/python2.6/site-packages > as it is on a working python-2.6.1 installation. > > What might cause that problem? There is a bug about this, search bugs.gentoo.org for your error/the problem where you get the error. You have to reemerge some packages, pygobject and maybe more. Philipp