From pykde Fri Jul 04 15:35:21 2008 From: Jim Bublitz Date: Fri, 04 Jul 2008 15:35:21 +0000 To: pykde Subject: Re: [PyQt] building pykde4 Message-Id: <200807040835.21832.jbublitz () nwinternet ! com> X-MARC-Message: https://marc.info/?l=pykde&m=121518755012682 On Friday 04 July 2008 00:48, İşbaran Akçayır wrote: > Generating the C++ source for the kdecore module... > sip: sip/kdecore/typedefs.sip:263: %MappedType template for this type > has already been defined > Error: Unable to create the C++ code. QHash was not originally defined in PyQt, but apparently is now. In sip/kdecore/typedefs.sip comment out (/* .. */) everything from line 262 (the template declaration for QHash) up to and including about line 363 (the }; closing the block). I'm not sure if QHash I thought removing these templates could help, but this is what i get if > i do so: > > Generating the C++ source for the kdecore module... > sip: KSycocaFactory::addEntry() unsupported function argument type - > provide %Method code, a valid %VirtualCatcherCode and a valid C++ signature > Error: Unable to create the C++ code. Looks like you removed too much. Jim _______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt