When I use python 3.4, everything works fine but when I use 3.5 I get the following error:
ImportError: cannot import name 'QtCore'
I have installed the binding wheel file for 3.4, PyQt4-4.11.4-cp34-none-win_amd64.whl, and everything went smoothly there but when I try to do the same for 3.5 I get the message saying this wheel is not supported on this platform.
Anyone know where I may be going wrong?