Skip to content Skip to sidebar Skip to footer

Installing Pyside - Osx

Anyone had success installing and using PySide on OSX? I am following the install instructions on the PySide site, though I'm running into issues building the API Extractor. I run

Solution 1:

You may want to check the newest release of PySide, out very recently, I believe the dependency on the Boost libraries has been removed.

Solution 2:

It's a set of quite widespread C++ libraries, they're probably needed by PySide, even though I've never tried it.

Download them from there: http://sourceforge.net/projects/boost/files/boost/1.42.0/

Otherwise, you can install them from macports: http://www.macports.org once you've installed macports, just run "sudo port install boost". Unluckily, pyside itself doesn't seem to be in macports yet.

Post a Comment for "Installing Pyside - Osx"