FS#22230 - [pyqt] bug in StackedWidget with 4.8.2

Attached to Project: Arch Linux
Opened by alexandernst (alexandernst) - Monday, 27 December 2010, 20:31 GMT
Last edited by Andrea Scarpino (BaSh) - Monday, 27 December 2010, 22:05 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Andrea Scarpino (BaSh)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

There is a crash after today's update of PyQt4. Apps that have been working fine till now are crashing.
Here is a log: http://pastebin.ca/2030773

Version: PyQt 4.8.2-1

This task depends upon

Closed by  Andrea Scarpino (BaSh)
Monday, 27 December 2010, 22:05 GMT
Reason for closing:  Fixed
Additional comments about closing:  pyqt 4.8.2-2
Comment by alexandernst (alexandernst) - Monday, 27 December 2010, 21:18 GMT
Got a reply from ML:

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".

I guess there will be a new point version soon.
Comment by Andrea Scarpino (BaSh) - Monday, 27 December 2010, 22:04 GMT
  • Field changed: Summary (PyQt4 crash after today's update → [pyqt] bug in StackedWidget with 4.8.2)
  • Field changed: Category (Packages: Extra → Upstream Bugs)
  • Field changed: Architecture (x86_64 → All)

Loading...