On Saturday 14 February 2004 15:54, Stefan Seefeld wrote: > hi there, > > I'v tried to write python classes that derive > from pyqt classes and 'object' (or any derivative > thereof), which immediately segfaults the application > as soon as such an object is constructed. Is there > any flag to set when compiling sip and or pyqt to > enable new-style classes ?
SIP v4 classes are new-style classes. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
