Problem installing PyQt4 on Windows 7

Posted by alfredozn on Stack Overflow See other posts from Stack Overflow or by alfredozn
Published on 2010-05-19T20:08:55Z Indexed on 2010/05/19 20:10 UTC
Read the original article Hit count: 1580

Filed under:
|
|

I have a problem installing PyQt4. I have Windows 7 with Python 3.1.2 installed. When I execute the PyQt-Py3.1-gpl-4.7.3-2.exe it shows the warning: This copy of PyQt has been built against Python v3.1 which doesn't seem to be installed. Do you wish to continue with the installation?

Why the installer can't see my python installtion???, I set the PYTHONHOME env variable and added python to the PATH variable but is always the same warn. I don't know if the last .2 in my python's version is the problem.

If I ignore the warning and install the PyQt, when I try to run the Examples and Demos from the All Programs menu it doesn't show anything.

Im new to python and Qt, I don't know how to debug or something to solve this problem =S

© Stack Overflow or respective owner

Related posts about pyqt4

Related posts about installation