I've been having difficulty getting __setitem__ to work in the new version of sip. How does one do this ?
I've already tried this sort of thing: void __setitem__() /NonLazy/; void __setitem__() ; // release notes say no more nonlazy ... and I get complaints about both signatures. But I'm providing %MemberCode for this, so I don't see why sip should care what the function sig looks like -- when MemberCode is provided, it could be void* __setitem__ (void*,int,double) for all sip cares. Cheers, -- Donovan _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
