【发布时间】:2009-11-12 21:24:43
【问题描述】:
我正在尝试使用 sip 为 source-highlight-qt 创建 python 绑定。
我正在使用 ubuntu - 我已经安装了 python-qt4-dev,它已将 pyqt sip 文件安装到 /usr/share/sip/PyQt4/
在我的 sip 文件中,我有这个导入:
%Import QtCore/qstring.sip
我在运行 configure.py 时遇到此错误:
sip: Unable to find file "QtCore/qstring.sip"
我如何通过 sip 找到 pyqt .sip 文件?
【问题讨论】:
标签: pyqt