From pykde Mon Oct 09 11:46:02 2006 From: "Phil Thompson" Date: Mon, 09 Oct 2006 11:46:02 +0000 To: pykde Subject: Re: [PyKDE] repository of sip? Message-Id: <31521.195.6.25.120.1160394362.squirrel () river-bank ! demon ! co ! uk> X-MARC-Message: https://marc.info/?l=pykde&m=116039496721877 > > 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 _______________________________________________ PyKDE mailing list PyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde