Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] KDE4 + python3.1 == no system-config-printer-kde ?
Date: Tue, 14 Jun 2011 06:10:57
Message-Id: 201106140710.07576.michaelkintzios@gmail.com
In Reply to: [gentoo-user] KDE4 + python3.1 == no system-config-printer-kde ? by "Dmitry S. Makovey"
1 On Tuesday 14 Jun 2011 06:43:14 Dmitry S. Makovey wrote:
2 > Hi everybody,
3 >
4 > Is it me missing out on something or does KDE4 (namely PyKDE4) is borked
5 > when default python is set to 3.1?
6 >
7 >
8 > # eselect python list
9 > Available Python interpreters:
10 > [1] python2.7
11 > [2] python3.1 *
12 > # eselect python list --python3
13 > Available Python 3 interpreters:
14 > [1] python3.1 *
15 > # eselect python list --python2
16 > Available Python 2 interpreters:
17 > [1] python2.7 *
18 > # grep python /etc/make.conf
19 > pygrub python python3 pulseaudio qalculate qt3 qt3support
20 >
21 > with all of the above PyKDE4 compiles, however
22 > kde-base/system-config-printer-kde-4.6.3 barfs:
23 >
24 > Traceback (most recent call last):
25 > File "/usr/share/apps/cmake/modules/FindPyKDE4.py", line 8, in <module>
26 > import PyKDE4.pykdeconfig
27 >
28 > with a bit of look-around it seems like pykde4 has:
29 >
30 > RESTRICT_PYTHON_ABIS="2.4"
31 >
32 > which boils down to (what seems like) pykde4 is built only for 3.1
33 >
34 > # epm -ql pykde4 | grep pykdeconfig
35 > /usr/lib64/python3.1/site-packages/PyKDE4/pykdeconfig.py
36 >
37 > should I be performing some other waving in the air to make this whole
38 > thing fly? It seems like a bug to me, but I'd rather confirm I'm not
39 > missing something before reporting it.
40
41 The last enews I read specifically warned *not* to turn on 3.1 and instead
42 stay with the latest 2 version ...
43
44 Do you have a specific reason that compels you to try to make KDE work with
45 3.1?
46 --
47 Regards,
48 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] KDE4 + python3.1 == no system-config-printer-kde ? Dmitry Makovey <mldimon@×××××××.net>