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: > > [EMAIL PROTECTED](~/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 _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
