任何人都成功在OSX上安装和使用PySide?我正在遵循PySide站点上的安装说明,但我遇到了构建API Extractor的问题。我在api提取器目录中的CMakeLists.txt文件上运行cmake
并且:
抛出此错误 -
CMake Error at /Applications/CMake 2.8-0.app/Contents/share/cmake-2.8/Modules/FindBoost.cmake:894 (message):
Unable to find the requested Boost libraries.
Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
Call Stack (most recent call first):
CMakeLists.txt:5 (find_package)
我是构建源代码w / cmake的新手,我不确定Boost是什么。你在设置过程中可能会有任何亮点。
由于
答案 0 :(得分:4)
您可能想要查看PySide的最新版本,最近,我相信已经删除了对Boost库的依赖。
答案 1 :(得分:2)
这是一套非常普遍的C ++库,它们可能是PySide需要的,尽管我从未尝试过它。
从那里下载: http://sourceforge.net/projects/boost/files/boost/1.42.0/
否则,一旦安装了macport,就可以从macports http://www.macports.org安装它们,只需运行“sudo port install boost”。不幸的是,pyside本身似乎还没有进入macports。