On Thu, 07 Aug 2008 13:47:39 +0200, Olivier Fournier <[EMAIL PROTECTED]> wrote: > Hi, > > "import PyQt4.uic import loadUi" give me this error: > NameError: global name 'LitteralProxyClass' is not define > with the last release or last snapshot of pyqt and Qt 4.4 > works with pyqt and Qt 4.3
Assuming you mean "from PyQt4.uic import loadUi" and "LiteralProxyClass", then it works fine for me. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
