I found a partial solution...
Steps to install pyQt5 (with VS 2012) on Windows:
1) Install the binary file Qt 5.0.2 for Windows 64-bit (VS 2012, 500 MB)
from here.
2) Get sip-4.14.7
(development snapshot) from here.
3) Extract the file and open the Developer Command Prompt for VS2012
.
4) Execute these commands (in sip folder):
python configure.py
nmake
nmake install
5) Get the pyQt5
from here.
6) Extract the file and open the VS2012 x64 Native Tools Command Prompt
.
7) Execute these commands:
python configure.py
UPDATE: When execute these commands below is not working:
nmake
nmake install
Solution: I will try use pyQt4 with Qt5... because pyQt5 is in development and doesn't have support/documentation yet.