[PyKDE] Re: Next PyQt and sip bug...

Phil Thompson phil at river-bank.demon.co.uk
Wed Mar 20 11:08:42 GMT 2002


ian reinhart geiser wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> It seems if you attempt to build python bindings based off of a Qt class you
> get the following error from the build:
> /home/geiseri/share/sip/qt//versions.sip:78: ../sipQtFeatures.h: No such file
> or directory
> make[1]: *** [sipmymodProxymymod.moc] Error 1
> 
> I am thinking the includsion of a ../file is a mistake, right?

Wrong.

> Or did how one includes qtmod.sip change?

In earlier versions there was an identical sip_helper for every module,
now there is only one and it's in its own sub-directory. The PyQt
Makefiles make sure that sip_helper is built and run (to create
sipQtFeatures.h) before building any of the modules.

Phil




More information about the PyQt mailing list