[PyQt] Rejoice, for PyKDE4 has landed in KDE SVN

Phil Thompson phil at riverbankcomputing.co.uk
Tue Nov 13 09:04:19 GMT 2007


On Monday 12 November 2007, Hans-Peter Jansen wrote:
> Am Montag, 3. September 2007 schrieb Simon Edwards:
> > [I'll just repeat my blog post here for everyone.]
> >
> > Almost all classes in kdelibs are covered, except Phonon which is
> > waiting on imporved namespace support in SIP before we can add support.
> > Supporting tools like a Qt designer compiler that works with KDE classes
> > and uses i18n() are also in the works, along with extra support for
> > things like installation, handling i18n messages etc, and not to mention
> > documentation and example code.
>
> Today I read about the joys and wonders of Akonadi, the pim backend. One
> thing troubled me immediately: it's seems to be using some boost features.
> Given Phil's, hmm, good to understand aversion against mixing boost and
> sip, are any decisions made, how this is going to be solved for PyKDE?

Just to clarify...

I don't have any particular issues with combining extension modules built with 
sip and boost - I don't have any personal experience.

However, historically at least, boost generated modules knew nothing about the 
GIL. Consequently, I'm not too interested in looking at problems that involve 
sip, boost, threads and developer written code that is playing with the GIL.

Phil


More information about the PyQt mailing list