Hello, first of all thanks for making PyQT.<br><br>I have one question: when I run pyuic4 on a .ui file that has a QMainWindow, it adds &quot;import ui_rc&quot; at the end of the resultant .py file. Then when I use that .py file, I get &quot;ImportError: No module named ui_rc&quot;. If I delete that last line by hand, the .py works fine and I can display the window as needed.<br>
<br>So what&#39;s with the extraneous ui_rc? I&#39;m using Qt4.5, Python2.6 and PyQt4 on Windows Vista. FWIW, I have no such issues with QDialog.<br>