[PyQt] StackedWidget bug in 4.8.2

Sebastian Wiesner lunaryorn at googlemail.com
Mon Dec 27 21:18:50 GMT 2010


2010/12/27 Alexander Nestorov <alexandernst at gmail.com>:
> After upgrading to 4.8.2 from 4.8.1 my app stopped working. I'm pretty sure
> that the bug is not mine as
> my app just loads an .ui file generated with QtDesigner.
>
> Here is the log: http://pastebin.ca/2030773

To fix this issue, just open
"/usr/lib/python2.7/site-packages/PyQt4/uic/uiparser.py", move to line
161 and replace "QtGui.StackedWidget" with "QtGui.QStackedWidget".


More information about the PyQt mailing list