[PyKDE] Basic sip problem

Phil Thompson phil at riverbankcomputing.co.uk
Sun Jan 18 19:13:00 GMT 2004


On Sunday 18 January 2004 5:36 pm, Jahn Otto Næsgaard Andersen wrote:
> Thanks! That pushed me a little further in the right direction.
>
> I tried your modified sip file. SIP then complained about a missing
> "qtmod.sip" file. I copied this from the PyQt source tree to [current
> directory], and SIP then complained about a missing versions.sip. I
> copied this as well, and got the following error:
>
> jotto at holodeck(~/work/py_hololib)$ /usr/local/bin/sip -s ".cpp" -c
> sipcode examinerwidget.sip
> sip: versions.sip:29: Exactly one of this %Timeline must be specified
> with the -t flag
> make: *** [sip] Error 1

Leave the PyQt .sip files where you installed them and pass use sip's -I flag 
to point to them.

Phil




More information about the PyQt mailing list