[PyKDE] Classes incorrectly marked as abstract

Paul F. Kunz Paul_Kunz at slac.stanford.edu
Wed Nov 16 15:50:51 GMT 2005


>>>>> On Wed, 16 Nov 2005 15:35:52 -0000 (GMT), "Phil Thompson" <phil at riverbankcomputing.co.uk> said:

>> Starting with some recent release of SIP, some of my exposed C++
>> classes are being marked as abstract to Python.  Obviously, some
>> change in SIP requires that I make some changes to my .sip files.
>> I haven't been able to figure it out.  Any hints?

> An example would help.

   I found it.   There was a pure virtual method in the base class
that wasn't re-implemented in the derived class.




More information about the PyQt mailing list