[PyKDE] repository of sip?

Phil Thompson phil at riverbankcomputing.co.uk
Mon Oct 9 12:46:02 BST 2006


>
> Hi,
>
> is there a repository of SIP available ?

No.

> I'm looking for the diffs of
> these
> two changelog entries:
>
> 2006/07/16 12:38:09  phil
> More Python v2.5 changes.
>
> and
>
> 2006/07/15 22:27:26  phil
> The sip module will now build against Python v2.5. (The 64 bit changes
> still
> need to be done.)
>
>
> I've verified that a current snapshot builds  fine on python 2.5/64bit,
> but I
> need to apply this change to an older copy of sip (the stone age one that
> is
> in kde's kdebindings).

Look in siplib/sip.h for a #if on Python v2.5. It #defines a type
accordingly (can't remember the details at the moment). Look for where
that type is used - that will get you most of the changes.

The other change in 2.5 was that a Python data structure member was
renamed. Easiest way to identify that is just to try compiling.

Phil




More information about the PyQt mailing list