Gentoo Archives: gentoo-dev

From: Einar Karttunen <ekarttun@×××××××××××.FI>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] booboo
Date: Thu, 30 Aug 2001 16:25:11
Message-Id: 20010831012459.A16233@cs.helsinki.fi
In Reply to: Re: [gentoo-dev] booboo by work-djamil
1 On Thu, Aug 30, 2001 at 11:06:58PM +0200, work-djamil wrote:
2 > i wish !
3 > i donne it ...
4 >
5 > cofeer Python-2.1.1 > emerge rsync
6 > Could not find platform dependent libraries <exec_prefix>
7 > Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
8 > Traceback (most recent call last):
9 > File "/usr/sbin/emerge", line 3, in ?
10 > import portage
11 > ImportError: No module named portage
12 >
13 >
14 Get the directory where portage is located:
15 find / -iname 'portage.py'
16
17 export PYTHONPATH=/where/ever/portage.py/is:$PYTHONPATH
18
19 should do the trick.
20
21 - Einar Karttunen

Replies

Subject Author
Re: [gentoo-dev] booboo Daniel Robbins <drobbins@g.o>