在PyQt4的mac终端中指定安装依赖项的位置

时间:2012-12-07 07:04:54

标签: python macos install cmake pyqt4

我正在尝试在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?

0 个答案:

没有答案