[Kde-bindings] Building PyKDE with SIP v4.15.x
Phil Thompson
phil at riverbankcomputing.com
Wed Sep 11 15:23:40 UTC 2013
On Wed, 11 Sep 2013 16:06:39 +0100, Jonathan Riddell <jr at jriddell.org>
wrote:
> Alas I couldn't work out the majorTickMarks issue and am currently
working
> around it by removing it until a solution presents itself
>
> +++ pykde4-4.11.1/sip/kdeui/kplotaxis.sip 2013-09-10
> 15:21:31.449323861 +0100
> - QList<double> majorTickMarks () const;
> - QList<double> minorTickMarks () const;
> +// QList<double> majorTickMarks () const;
> +// QList<double> minorTickMarks () const;
That will be because the code that implements QList<double> was removed
from PyQt4 as it doesn't use it. You need to add it to PyKDE.
Phil
More information about the Kde-bindings
mailing list