KDE 4 (was: [PyKDE] PyQt 4 on openSUSE)

Jim Bublitz jbublitz at nwinternet.com
Wed Sep 13 17:54:59 BST 2006


On Wednesday 13 September 2006 05:28, Phil Thompson wrote:
> > On Tuesday 12 September 2006 13:02, Phil Thompson wrote:
> >> One thing you need to check is that you can install kdebindings3 (ie.
> >> PyQt3 using SIP3) and kdebindings4 (ie. PyQt4 using SIP4) in the same
> >> Python installation. I assume this is a requirement - so that people can
> >> continue to use PyKDE3 applications not yet ported to PyKDE4 while
> >> running
> >> KDE4 as their desktop. This is not something I test - SIP3 has been
> >> unsupported for a long time.
> >
> > I just installed PyQt4 (really nice, by the way), and I expect I'll
> > install
> > modules in the same way - under site-packages/PyKDE4.
>
> Is that with PyKDE3 built on SIP3 or SIP4? The potential problem is having
> SIP3 and SIP4 installed at the same time for the same Python installation.

PyKDE as I release it currently checks for sip 4.1.1, which is the first 
version of 4.0 PyKDE would build against. But there were some changes in sip 
syntax later on (4.3?) that changed mapped type code and I no longer version 
sip for those (I did up to about 6 months ago), so realistically,  sip 4.2 or 
4.3 something is required the way PyKDE is written now. I should check that 
out and update configure.py (actually, I thought I had), but I haven't 
noticed any complaints.

I couldn't tell you the last time PyKDE (as I release it) could still use 
sip3. 

Jim




More information about the PyQt mailing list