On Tue, 15 Sep 2009 17:02:14 +0200, NFO MAKER <[email protected]> wrote: > Hi!I have a problem with the Qt Designer, when trying to generate the code > from the ui I have created I get the following error: > > "Code generation failed > Unable to launch C:/Python31/Lib/site-packages/PyQt4/.\uic" > > I have tried to reinstall both Qt Designer, Qt and Python several times > without any result. > I guess I have done something wrong when installing the different apps. > PS: I am running Windows Vista.
Designer doesn't know anything about Python. You need to run pyuic4 from the command line. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
