Gentoo Archives: gentoo-alt

From: Pavel Volkovitskiy <olfway@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] On Python and OSX
Date: Tue, 15 Sep 2009 13:22:39
Message-Id: 97b536970909150622s88ad415pb6cc9b0a23978250@mail.gmail.com
In Reply to: Re: [gentoo-alt] On Python and OSX by Pavel Volkovitskiy
1 but still doesn't work
2 >
3 > i'm trying to find out other issues
4 >
5
6
7 i found bugreport from macports:
8 http://trac.macports.org/ticket/16111
9
10 """With the new framework build for python25, it installs both a
11 ${prefix}/Library/Frameworks/Python.framework/Versions/2.5/Python and a
12 ${prefix}/lib/libpython2.5.dylib. It turns out these two are incompatible
13 with one another"""
14
15 and solution is to make symlink
16 ln -s /opt/gentoo/usr/lib/Python.framework/Python
17 /opt/gentoo/usr/lib/libpython2.6.dylib
18
19 after that (and subversion/mercurial rebuild) hg convert actually works
20
21
22 --
23 Pavel

Replies

Subject Author
Re: [gentoo-alt] On Python and OSX Fabian Groffen <grobian@g.o>
Re: [gentoo-alt] On Python and OSX Fabian Groffen <grobian@g.o>