Well..<div>i cannot say if this is a Windows 7 issue... but seens to be.</div><div>the  same application hangs on Windows 7... but doesn´t hang in a windows xp sp3 </div><div>i using PyQt 4.7.2  and Python 2.6.5 and Qt 4.6.2 in both systems</div>
<div>windows 7 report an application crash seconds after its closed.</div><div>If i start the application through Eclipse, after exits the python process keep in memory until forced to finish</div><div><br></div><div>trying to get through this too.</div>
<div><br></div><div>Tobias</div><div><br></div><div><br><br><div class="gmail_quote">On 8 April 2010 14:49, Alexander Serdyukov <span dir="ltr">&lt;<a href="mailto:alexander.serdyukov@gmail.com">alexander.serdyukov@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
After I&#39;ve installed PyQt 4.7.2 many of the samples I work with will<br>
repeatedly crash on exit.<br>
<br>
This would be the simplest example to reproduce this problem.<br>
<br>
import sys<br>
from PyQt4.QtGui import *<br>
app = QApplication(sys.argv)<br>
tree = QTreeWidget()<br>
item = QTreeWidgetItem(tree, [&quot;item 1&quot;])<br>
tree.show()<br>
app.exec_()<br>
<br>
I tried to download the latest snapshot<br>
(PyQt-win-gpl-snapshot-4.7.3-22b0acdb1b62.zip), but the problem is<br>
still here.<br>
This is what I have on my machine now:<br>
Windows 7 Professional 64-bit<br>
Python 3.1.2.3 (installed from ActivePython&#39;s msi package)<br>
Qt 4.6.2 installed from qt-sdk-win-opensource-2010.02.1.exe and built<br>
with Visual Studio 2005<br>
PyQt build from PyQt-win-gpl-snapshot-4.7.3-22b0acdb1b62.zip sources<br>
<br>
Am I doing something wrong?<br>
<br>
Thanks,<br>
Alex<br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</blockquote></div><br></div>