<div dir="ltr">My application has a QComboBox that contains icons on each line.&nbsp; It worked fine with (Py)Qt 4.3.&nbsp; I&#39;m now using Qt 4.4.0 and PyQt <a href="http://4.4.2.">4.4.2.</a>&nbsp; I receive the following error at runtime:<br>
<br><div style="margin-left: 40px;">

Traceback (most recent call last):<br>&nbsp; File &quot;./Q7Z.pyw&quot;, line 14, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; import&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Main<br>&nbsp; File &quot;Main.py&quot;, line 52, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; uiMain.setupUi(mwMain)<br>&nbsp; File &quot;/media/Exchange/Programming/PyQt4/Q7Z/SVN/SourceForge/trunk/Q7Z/Source/Ui_Main.py&quot;, line 758, in setupUi<br>


&nbsp;&nbsp;&nbsp; self.retranslateUi(Main)<br>&nbsp; File &quot;/media/Exchange/Programming/PyQt4/Q7Z/SVN/SourceForge/trunk/Q7Z/Source/Ui_Main.py&quot;, line 804, in retranslateUi<br>&nbsp;&nbsp;&nbsp; self.cbAlgorithm.addItem(icon,QtGui.QApplication.translate(&quot;Main&quot;, &quot;7-Zip&quot;, None, QtGui.QApplication.UnicodeUTF8))<br>


NameError: global name &#39;icon&#39; is not defined<br></div><br>Related issues have been raised both on this mailing list and here: <a href="http://groups.google.com/group/profitpy-discuss/browse_thread/thread/fb579a71c66fecb2" target="_blank">http://groups.google.com/group/profitpy-discuss/browse_thread/thread/fb579a71c66fecb2</a>.&nbsp; Will this problem be fixed in time for the PyQt 4.4.3 release?<br>


<br></div>