I tried creating a ui using Qt designer. I included a KIntSpinBox. Ran through pyuic4, and it did:
from knuminput import KIntSpinBox which produces: No module named knuminput Am I missing something? I do see: /usr/share/sip/PyKDE4/kdeui/knuminput.sip /usr/share/sip/kdeui/knuminput.sip This is fedora f10, including: PyKDE-3.16.1-2.fc10.x86_64 PyKDE4-devel-4.1.85-1.fc10.x86_64 PyKDE4-4.1.85-1.fc10.x86_64 PyKDE-devel-3.16.1-2.fc10.x86_64 PyQt4-4.4.4-2.fc10.x86_64 PyQt-devel-3.17.4-5.fc10.x86_64 PyQt-3.17.4-5.fc10.x86_64 PyQt-devel-3.17.4-5.fc10.i386 PyQt4-devel-4.4.4-2.fc10.x86_64 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
