I'm trying to create python bindings for source-highlight-qt using sip.
I'm working on ubuntu - I've installed python-qt4-dev, which has installed the pyqt sip files to /usr/share/sip/PyQt4/
In my sip file, I've got this import:
%Import QtCore/qstring.sip
I'm getting this error when I run my configure.py:
sip: Unable to find file "QtCore/qstring.sip"
How do I get sip to find the pyqt .sip files?