Python 在osx 10.6上为maya 2013构建pyqt时发生ld库错误

Python 在osx 10.6上为maya 2013构建pyqt时发生ld库错误,python,qt,pyqt,maya,python-sip,Python,Qt,Pyqt,Maya,Python Sip,我也有类似的错误 我真的需要弄清楚,使用作为原始帖子问题解决方案提供的包,我需要控制我的开发环境的安装位置。有人能解释一下安装找不到的内容和原因吗 以下命令用于构建python、qt、sip和pyqt 我主要是想用这些说明作为指导 在化妆的过程中,我最终得到了一些 ...-L/4degrees/users/medwards/src/PyQt-mac-gpl-4.9.4/qpy/QtCore -L/4degrees/prod/lib/MacOSX_X86_64/Qt/4.7.1/lib -lqpy

我也有类似的错误

我真的需要弄清楚,使用作为原始帖子问题解决方案提供的包,我需要控制我的开发环境的安装位置。有人能解释一下安装找不到的内容和原因吗

以下命令用于构建python、qt、sip和pyqt

我主要是想用这些说明作为指导

在化妆的过程中,我最终得到了一些

...-L/4degrees/users/medwards/src/PyQt-mac-gpl-4.9.4/qpy/QtCore -L/4degrees/prod/lib/MacOSX_X86_64/Qt/4.7.1/lib -lqpycore -lQtCore
ld: library not found for -lQtCore
collect2: ld returned 1 exit status
make[1]: *** [QtCore.so] Error 1
make: *** [all] Error 2
...-L/4degrees/users/medwards/src/PyQt-mac-gpl-4.9.4/qpy/QtCore -L/4degrees/prod/lib/MacOSX_X86_64/Qt/4.7.1/lib -lqpycore -lQtCore
ld: library not found for -lQtCore
collect2: ld returned 1 exit status
make[1]: *** [QtCore.so] Error 1
make: *** [all] Error 2