<div>Hi folk&nbsp; is my first try&nbsp;using PyQt&nbsp; .. </div>
<div>&nbsp;</div>
<div>i have &nbsp;downloaded&nbsp; and install PyQT4 version :</div>
<div>PyQt-Py2.6-gpl-4.4.4-2.exe</div>
<div>and&nbsp; MSVC2008 C++ runtime DLLs&nbsp;&nbsp; </div>
<div>&nbsp;</div>
<div>and in my first try&nbsp; using with the simple script </div>
<div>______________________________________</div>
<div><em>#!/usr/bin/env python</em></div>
<div><em># PyQt tutorial 1</em></div>
<div><br><em>import sys<br>from PyQt4 import QtGui</em></div>
<div><br><em>app = QtGui.QApplication(sys.argv)</em></div>
<div><em>hello = QtGui.QPushButton(&quot;Hello world!&quot;)<br>hello.resize(100, 30)</em></div>
<div><em>hello.show()</em></div>
<div><em>sys.exit(app.exec_())</em></div>
<div><em>_____________________________________</em></div>
<div><em></em>&nbsp;</div>
<div><em>python shell send&nbsp; me the folowing error :</em></div>
<div><em></em>&nbsp;</div>
<div>Traceback (most recent call last):<br>&nbsp; File &quot;C:\Python26\Lib\site-packages\PyQt4\examples\tutorial\t1.pyw&quot;, line 7, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; from PyQt4 import QtGui<br>ImportError: DLL load failed: %1 is not a valid Win32 application.</div>

<div>&nbsp;</div>
<div>my windows is a Vista 64&nbsp; running over a AMD Turion 64</div>
<div>my python 2.6&nbsp; 64AMD version </div>
<div>&nbsp;</div>
<div><em>any ideia how to fix this error?</em></div>
<div><em>tnx for help me !!</em></div>