Gentoo Archives: gentoo-user

From: "Dmitry S. Makovey" <dimon@×××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] KDE4 + python3.1 == no system-config-printer-kde ?
Date: Tue, 14 Jun 2011 05:45:15
Message-Id: 4DF6F4F2.5050704@makovey.net
1 Hi everybody,
2
3 Is it me missing out on something or does KDE4 (namely PyKDE4) is borked
4 when default python is set to 3.1?
5
6
7 # eselect python list
8 Available Python interpreters:
9 [1] python2.7
10 [2] python3.1 *
11 # eselect python list --python3
12 Available Python 3 interpreters:
13 [1] python3.1 *
14 # eselect python list --python2
15 Available Python 2 interpreters:
16 [1] python2.7 *
17 # grep python /etc/make.conf
18 pygrub python python3 pulseaudio qalculate qt3 qt3support
19
20 with all of the above PyKDE4 compiles, however
21 kde-base/system-config-printer-kde-4.6.3 barfs:
22
23 Traceback (most recent call last):
24 File "/usr/share/apps/cmake/modules/FindPyKDE4.py", line 8, in <module>
25 import PyKDE4.pykdeconfig
26
27 with a bit of look-around it seems like pykde4 has:
28
29 RESTRICT_PYTHON_ABIS="2.4"
30
31 which boils down to (what seems like) pykde4 is built only for 3.1
32
33 # epm -ql pykde4 | grep pykdeconfig
34 /usr/lib64/python3.1/site-packages/PyKDE4/pykdeconfig.py
35
36 should I be performing some other waving in the air to make this whole
37 thing fly? It seems like a bug to me, but I'd rather confirm I'm not
38 missing something before reporting it.

Replies

Subject Author
Re: [gentoo-user] KDE4 + python3.1 == no system-config-printer-kde ? Mick <michaelkintzios@×××××.com>