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 22:24:20
Message-Id: 97b536970909151524r32f7dedcm9890b3927cff913f@mail.gmail.com
In Reply to: Re: [gentoo-alt] On Python and OSX by Fabian Groffen
1 On Tue, Sep 15, 2009 at 19:38, Fabian Groffen <grobian@g.o> wrote:
2
3 > On 15-09-2009 17:22:26 +0400, Pavel Volkovitskiy wrote:
4 > >
5 > >
6 > > but still doesn't work
7 > >
8 > > i'm trying to find out other issues
9 > >
10 > >
11 > >
12 > > i found bugreport from macports:
13 > > http://trac.macports.org/ticket/16111
14 > >
15 > > """With the new framework build for python25, it installs both a $
16 > > {prefix}/Library/Frameworks/Python.framework/Versions/2.5/Python and a
17 > > ${prefix}/lib/libpython2.5.dylib. It turns out these two are
18 > > incompatible with one another"""
19 > >
20 > > and solution is to make symlink
21 > > ln -s /opt/gentoo/usr/lib/Python.framework/Python /opt/gentoo/usr/lib/
22 > > libpython2.6.dylib
23 > >
24 > > after that (and subversion/mercurial rebuild) hg convert actually works
25 >
26 > I did this on purpose, and I think the problem is the offending programs
27 > resorting to -framework Python stuff, while they should just use
28 > UNIX-style, linking, e.g. -lpython
29 >
30 >
31 >
32 so, that would be not possible to have gui python app that uses, say,
33 subversion python bindings?
34
35 --
36 Pavel

Replies

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