我的最终目的是安装ERIC FOR PYTHON
我先安装python-2.6.5.msi
然后安装PyQt-Py2.6-gpl-4.7.2-1.exe
然后在执行D:\Program Files\eric4-4.4.2\eric4-4.4.2\install.py安装完ERIC之后
ERIC可以运行,但是不能运行程序(它是灰色的),并且退出之后一定会报错。
然后我考虑是不是QT未装,
然后我装qt-win-opensource-4.6.2-mingw.exe
并且下载了一个PyQt-win-gpl-4.7.2并解压到D:\Program Files\
然后在PATH里添加了 ---- C:\Python26;C:\Qt\4.6.2\bin ----
但是安装出错了,请帮忙
+++++++++++++++++++++++++++++++++++++++
D:\Program Files\PyQt-win-gpl-4.7.2\PyQt-win-gpl-4.7.2>configure.py --verbose
Determining the layout of your Qt installation...
C:\Qt\4.6.2\bin\qmake.exe -o qtdirs.mk qtdirs.pro
mingw32-make -f qtdirs.mk release
'mingw32-make' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
Error: Failed to determine the layout of your Qt installation. Try again using
the --verbose flag to see more detail about the problem.
+++++++++++++++++++++++++++++++++++++++++