<div>Hi folk is my first try using PyQt .. </div>
<div> </div>
<div>i have downloaded and install PyQT4 version :</div>
<div>PyQt-Py2.6-gpl-4.4.4-2.exe</div>
<div>and MSVC2008 C++ runtime DLLs </div>
<div> </div>
<div>and in my first try 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("Hello world!")<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> </div>
<div><em>python shell send me the folowing error :</em></div>
<div><em></em> </div>
<div>Traceback (most recent call last):<br> File "C:\Python26\Lib\site-packages\PyQt4\examples\tutorial\t1.pyw", line 7, in <module><br> from PyQt4 import QtGui<br>ImportError: DLL load failed: %1 is not a valid Win32 application.</div>
<div> </div>
<div>my windows is a Vista 64 running over a AMD Turion 64</div>
<div>my python 2.6 64AMD version </div>
<div> </div>
<div><em>any ideia how to fix this error?</em></div>
<div><em>tnx for help me !!</em></div>