[Python-modules-team] Bug#697348: Patch to correct this bug

2013-08-31 Thread Jerome Kieffer
On Sat, 31 Aug 2013 10:47:18 -0400 Scott Kitterman wrote: > On Saturday, August 31, 2013 16:25:16 Jerome Kieffer wrote: > > Dear Debian Python Modules Team, > > > > Could you please have python-qt4 recompiled for Debian6-Squeeze including > > this patch to fix bug

[Python-modules-team] Patch to correct this bug

2013-08-31 Thread Jerome Kieffer
Dear Debian Python Modules Team, Could you please have python-qt4 recompiled for Debian6-Squeeze including this patch to fix bug #697348. Thanks in advance, With by best regards. -- Jérôme Kieffer Data analysis unit - ESRF python-qt4_4.7.3-1.dsc Description: Binary data python-qt4_4.7.3-1

[Python-modules-team] Bug#697348: Acknowledgement (python-qt4: uic.loadUi crashed with AttributeError in createWidget() when RadioButtons)

2013-01-04 Thread Jerome Kieffer
Example of test-case with just 2 radiobuttons -- Jérôme Kieffer On-Line Data analysis / Software Group ISDD / ESRF tel +33 476 882 445 #!/usr/bin/python import sys from PyQt4 import QtCore, QtGui, uic class AIWidget(QtGui.QWidget): def __init__(self): QtGui.QWidget.__init__(self)

[Python-modules-team] Bug#697348: python-qt4: uic.loadUi crashed with AttributeError in createWidget() when RadioButtons

2013-01-04 Thread Jerome Kieffer
Package: python-qt4 Version: 4.7.3-1+b1 Severity: normal Tags: upstream Maybe this bug could be rated "critical" as it makes unrelated software on the system break ... This bug apprears when a group of RadioButtons is defined in a UIC file, see attached example. It has already been fixed in new