[PyQt] Another pyuic/qstring problem
Phil Thompson
phil at riverbankcomputing.com
Thu Sep 30 19:18:09 BST 2010
On Tue, 28 Sep 2010 22:16:21 +0300 (EEST), gokcen at pardus.org.tr wrote:
> Hello,
>
> I'm using latest sip/pyqt snapshots and latest Qt 4.7.0. When I try to
run
> this code:
>
> ----------------------
> from PyQt4 import uic
> from PyQt4.Qt import QApplication
> import sys
>
> app = QApplication(sys.argv)
> uic.loadUi("system-config-printer.ui")
> ----------------------
Should be fixed in tonight's snapshot.
Phil
More information about the PyQt
mailing list