我正在尝试在 Mac OS X Mountain Lion 10.8 上安装适用于 python 的 Eric4 IDE。我已经下载并安装了所有依赖项,但是在尝试使用终端中的命令安装 Eric4 时
python install.py
我得到这个错误
Checking dependencies
Python Version: 2.7.3
Sorry, please install PyQt4.
Error: No module named PyQt4.QtCore
我认为问题可能是当我在 PyQt4 上使用 make 命令时出现错误
make[1]: *** [libpythonplugin.dylib] Error 1
make: *** [install] Error 2
我在网上看到了一些关于这个错误的修复,但它们似乎都不起作用。在运行 make 命令之前,我曾尝试“清理 make”,但仍然没有运气。如何正确安装 PyQt4 以便我可以安装和运行 Eric4 IDE?