Description of problem: In one of the UIC source file, there is a typo that prevents UIC to run. I do not know how to write patches but here is the correction : in /usr/lib/python2.7/site-packages/PyQt4/uic, there is a file that is called uiparser.py. In this file, at line 161, replace StackedWidget by QStackedWidget. Version-Release number of selected component (if applicable): 4.8.2-2mga1 How reproducible: Always Steps to Reproduce: 1. Use UIC in a program 2. The python trace will complain that at line 161 of the uiparser.py the StackedWidget is not found. 3. Correct the file will allow the UIC to work. Reproducible: Steps to Reproduce:
python-qt4-4.8.3 included that exact fix, so this bug was fixed by the update. Closing.
Status: NEW => RESOLVEDResolution: (none) => FIXED