Mac Qt4:PyQt 4.8安装错误(需要帮助)

时间:2010-10-28 19:07:47

标签: qt macos pyqt

希望你们中的某些人可以帮助我。我是mac和qt的新手,所以如果我问一些愚蠢的问题,请原谅我。所以问题。我想在macbook上安装PyQt 4.8(Mac OS X 10.6.4)。 首先,我按照此说明http://doc.trolltech.com/4.7/install-mac.html中的说明安装了Qt 4.7。然后我安装了sip 4.11.2(没有--arch = i386),这里是操作方法页面(http://www.expobrain.net/2010/06/22/install-pyqt4-in-snow-leopard)。之后我尝试安装PyQt 4.8(没有--use-arch = i386),但是我收到了一个错误。我用Google搜索,没有成功。我不知道该怎么办。我尝试从源代码构建它,因为我需要安装更多的软件包,比如qimage2ndarray。我听说使用.dmg(二进制)你可能会遇到麻烦。可能有人可以帮助我。希望我不需要重新安装整个操作系统。 这是错误。

Olis-MacBook-Pro:PyQt-mac-gpl-4.8 opetra$ python configure.py build
Determining the layout of your Qt installation...
Error: Failed to determine the layout of your Qt installation. Try again using
the --verbose flag to see more detail about the problem.

1 个答案:

答案 0 :(得分:0)

好的,伙计们,我解决了这个问题。在这种情况下,我必须将拱门设置为x86_64。不仅适用于sip和PyQt。没有它,qt正在编译PowerPC arch作为默认值。不知道为什么,我有一个带有i5的macbook pro 2010。认为配置会自动识别。