[PyQt] Unable to find file "QtCore/QtCoremod.sip"...
Jamie Riotto
jamie.riotto at gmail.com
Fri Dec 11 22:22:50 GMT 2009
I'm on Windows using Python 2.5, PyQt-win-gpl-4.6.1, sip-4.9.1 and Qt 4.5.2.
I have a working graphics primative library that I wrap with SIP. I'd
like to add Qt
classes to my library, e.g. QString.
I've added:
%Import QtCore/QtCoremod.sip
to my sip file, but I get the error:
sip: Unable to find file "QtCore/QtCoremod.sip"
(I get the same error when I try %import PyQt4/QtCore/QtCoremod.sip)
I see QtCoremod.sip at:
c:\Python25\sip\PyQt4\QtCore\QtCoremod.sip
Any help? Thanks - jamie
More information about the PyQt
mailing list