On Saturday 09 October 2004 02:27, Peter Landgren wrote: > KDE version is 3.2.0 (0x30200)
> Generating the C++ source for the kdeui module... > sip: sip/kdeui/kactioncollection.sip:105: A function with the same Python > signature has already been defined > Error: Unable to create the C++ code. This is a problem building against some of the KDE 3.2.x versions. Gerard already posted another message referencing these messages which include a fix: http://mats.imk.fraunhofer.de/pipermail/pykde/2004-September/008679.html http://mats.imk.fraunhofer.de/pipermail/pykde/attachments/20040924/48eeb337/PyKDE-3.11.3.mdk10.bin Basically, in PyKDE/sip/kdeui/kactioncollection.sip at line 103 comment out these lines as shown: //%If ( - KDE_3_2_2 ) // virtual QValueList<KAction*> actions (const QString&) const; // virtual QValueList<KAction*> actions () const; //%End Jim -- </bush> _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
