[PyKDE] PyKDE version 3.11.3 configure
Jim Bublitz
jbublitz at nwinternet.com
Mon Oct 11 00:20:32 BST 2004
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>
More information about the PyQt
mailing list