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 <gentoo-user+bounces-124209-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QWMq1-0000nV-7Y for garchives@archives.gentoo.org; Tue, 14 Jun 2011 06:10:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5FDF1C001; Tue, 14 Jun 2011 06:09:27 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 755021C001 for <gentoo-user@lists.gentoo.org>; Tue, 14 Jun 2011 06:09:27 +0000 (UTC) Received: by wyi11 with SMTP id 11so5009299wyi.40 for <gentoo-user@lists.gentoo.org>; Mon, 13 Jun 2011 23:09:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:reply-to:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=u3/FNdGilpLH6SS4wxPTaTOS8aRBMRiumkgIi+ZQEBY=; b=sD6XiR+WC0MAPHNBr9nlF+1Lbvjw8Fe3cd5vBxMFrzj3A8td6CjMGL+RcKHE6eFKD0 MsHP6exwLIo0hHnUugEDQW3mnA0Tt/Q4i42yjDm1++Z3ZpjSlvfvSpTkh+YhikJVAdYK kbcAfmKCkaJzRl7ia3X4pkPT3E6piGr+cSdRk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=DytsIupwkLHOHnZyqOol/EUyxhl/1RxCTcKAQgeiDnAag89R8JtAFodWJpIzktHCBT LapowO51AAtBQaUIrfiZWYj85buVN6aMCUJs8z3CLdTVmra24rN3iXa8OOK88MJ7ZS+n jZvGV76MC3+kI2kPrSPcHPoI/Yz/9RqHTGrEc= Received: by 10.227.204.197 with SMTP id fn5mr5850023wbb.36.1308031766643; Mon, 13 Jun 2011 23:09:26 -0700 (PDT) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id fw15sm4754312wbb.61.2011.06.13.23.09.24 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 13 Jun 2011 23:09:25 -0700 (PDT) From: Mick <michaelkintzios@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] KDE4 + python3.1 == no system-config-printer-kde ? Date: Tue, 14 Jun 2011 07:09:57 +0100 User-Agent: KMail/1.13.7 (Linux/2.6.38-gentoo-r6; KDE/4.6.3; x86_64; ; ) References: <4DF6F4F2.5050704@makovey.net> In-Reply-To: <4DF6F4F2.5050704@makovey.net> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart13090479.VRSGmOz5KS"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201106140710.07576.michaelkintzios@gmail.com> X-Archives-Salt: X-Archives-Hash: 154308ca5bedea54a33d895db51d1858 --nextPart13090479.VRSGmOz5KS Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tuesday 14 Jun 2011 06:43:14 Dmitry S. Makovey wrote: > Hi everybody, >=20 > Is it me missing out on something or does KDE4 (namely PyKDE4) is borked > when default python is set to 3.1? >=20 >=20 > # 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 >=20 > with all of the above PyKDE4 compiles, however > kde-base/system-config-printer-kde-4.6.3 barfs: >=20 > Traceback (most recent call last): > File "/usr/share/apps/cmake/modules/FindPyKDE4.py", line 8, in <module> > import PyKDE4.pykdeconfig >=20 > with a bit of look-around it seems like pykde4 has: >=20 > RESTRICT_PYTHON_ABIS=3D"2.4" >=20 > which boils down to (what seems like) pykde4 is built only for 3.1 >=20 > # epm -ql pykde4 | grep pykdeconfig > /usr/lib64/python3.1/site-packages/PyKDE4/pykdeconfig.py >=20 > 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. The last enews I read specifically warned *not* to turn on 3.1 and instead= =20 stay with the latest 2 version ... Do you have a specific reason that compels you to try to make KDE work with= =20 3.1? =2D-=20 Regards, Mick --nextPart13090479.VRSGmOz5KS Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iEYEABECAAYFAk32+z8ACgkQVTDTR3kpaLbfTwCfXC420R08IW10Gn9ZqGFC3Pl2 kMEAoNhBrb5v0xDNnuvilne4VSCDcMyP =AD7g -----END PGP SIGNATURE----- --nextPart13090479.VRSGmOz5KS--