我正在使用WinPython-64bit-2.7.12.4Zero并安装了Qt5.8.0 64bit。我已经从源代码构建了PyQt5,但是当我尝试运行时:
from PyQt5.QtCore import *
它会后退
ImportError: DLL load failed: %1 is not a valid Win32 application.
我尝试了pyqt sourceforge中针对python2.7的PyQt5不同版本。有没有办法判断哪个PyQT5版本适用于64bit?