安装PySide - OSX

问题描述:

任何人都可以在OSX上成功安装和使用PySide?我遵循PySide网站上的安装说明,但我遇到了构建API提取器的问题。我的API提取目录内的CMakeLists.txt文件运行cmake和:安装PySide - OSX

此错误是thrown-

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是。你可能会在设置过程中遇到的任何问题都会很好。

感谢

这是一组非常广泛的C++库,他们很可能通过PySide需要的,尽管我从来没有尝试过。

从那里下载他们: http://sourceforge.net/projects/boost/files/boost/1.42.0/

否则,您可以从MacPorts的安装:http://www.macports.org一旦你安装了MacPorts的,只要运行“命令端口安装升压”。不幸的是,pyside本身似乎还没有在macports中。

+0

谢谢,是的,我真的希望能通过mac端口找到安装 – JeremyFromEarth 2010-02-03 23:45:30

您可能想要检查PySide的最新版本,最近出来,我相信对Boost库的依赖已被删除。

+0

感谢您的更新! – JeremyFromEarth 2010-05-09 06:12:49