> > I was able to get everything to work in release, but in debug mode, when > sip loads, it crashes, with the following traceback. > > > > The error is "new style getargs format but argument is not a tuple" > > > > > > PyErr_Restore(_object * 0x00000000, _object * 0x01843020, _object * > 0x00000000) line 43 + 4 bytes > > PyErr_SetObject(_object * 0x00000000, _object * 0x01843020) line 57 + 9 > bytes > > PyErr_SetString(_object * 0x00000000, const char * 0x0f5dc15c `string') > line 70 + 13 bytes > > vgetargs1(_object * 0x0f5621af, char * 0x01159b98, char * * 0x07d18358, > int 928652) line 240 + 17 bytes > > PyArg_ParseTuple(_object * 0x01159b98, char * 0x07d18358) line 54 > > LIBSIP! 07d11236() > > cccccccc() > > > > > > I am compiling against python 2.3 in debug mode. I have no idea why this > is...
What version of SIP - LIBSIP implies v3.x rather than v4.x. Debug builds have been fixed in current SIP v4.x and PyQt snapshots, but the SIP v4.x snapshot isn't ready for production use yet. Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
