Hi, 2011/5/15 Thorsten Kampe <[email protected]>: > I've ported a simple PyQt4 (4.8.4) application to PySide 1.0.0 according > to http://www.qtrac.eu/pyqtbook.html#pyside. This works pretty well, > except that I cannot use the PyQt4 UI code generator generated UI file:
You should use the utility "pyside-uic" instead of "pyuic4" if you want to use PySide. It's basically the same utility, but for PySide. HTH :) Thomas _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
