From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QWMR9-0006su-98 for garchives@archives.gentoo.org; Tue, 14 Jun 2011 05:45:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CE7A1C020; Tue, 14 Jun 2011 05:43:11 +0000 (UTC) Received: from defout.telus.net (outbound04.telus.net [199.185.220.223]) by pigeon.gentoo.org (Postfix) with ESMTP id 322B31C020 for ; Tue, 14 Jun 2011 05:43:11 +0000 (UTC) Received: from edtncm04 ([199.185.220.240]) by priv-edtnes25.telusplanet.net (InterMail vM.8.01.03.00 201-2260-125-20100507) with ESMTP id <20110614054310.HHIF7242.priv-edtnes25.telusplanet.net@edtncm04> for ; Mon, 13 Jun 2011 23:43:10 -0600 Received: from gamer.phs.net ([142.179.243.178]) by edtncm04 with bizsmtp id vhjA1g00Z3rfcaN01hjA6W; Mon, 13 Jun 2011 23:43:10 -0600 X-Telus-Outbound-IP: 142.179.243.178 X-Authority-Analysis: v=1.1 cv=BvnOJvuHwEJG52wHenbNXAVXDBlkRbtFbadHu8wNXzs= c=1 sm=2 a=CB_KIFj_S54A:10 a=gH2l33NO9zgA:10 a=spLiAYv2wDIA:10 a=5INaL3Tfd14A:10 a=Fdkxr_5KmFUA:10 a=rZbvuCAqYBaUqRUChOYA:9 a=pvA44qeTxYYA:10 Message-ID: <4DF6F4F2.5050704@makovey.net> Date: Mon, 13 Jun 2011 23:43:14 -0600 From: "Dmitry S. Makovey" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110508 Lightning/1.0b3pre Thunderbird/3.1.10 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] KDE4 + python3.1 == no system-config-printer-kde ? X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: fdc835f0bceff0b987bb55cc3ea75b51 Hi everybody, Is it me missing out on something or does KDE4 (namely PyKDE4) is borked when default python is set to 3.1? # eselect python list Available Python interpreters: [1] python2.7 [2] python3.1 * # eselect python list --python3 Available Python 3 interpreters: [1] python3.1 * # eselect python list --python2 Available Python 2 interpreters: [1] python2.7 * # grep python /etc/make.conf pygrub python python3 pulseaudio qalculate qt3 qt3support with all of the above PyKDE4 compiles, however kde-base/system-config-printer-kde-4.6.3 barfs: Traceback (most recent call last): File "/usr/share/apps/cmake/modules/FindPyKDE4.py", line 8, in import PyKDE4.pykdeconfig with a bit of look-around it seems like pykde4 has: RESTRICT_PYTHON_ABIS="2.4" which boils down to (what seems like) pykde4 is built only for 3.1 # epm -ql pykde4 | grep pykdeconfig /usr/lib64/python3.1/site-packages/PyKDE4/pykdeconfig.py should I be performing some other waving in the air to make this whole thing fly? It seems like a bug to me, but I'd rather confirm I'm not missing something before reporting it.