I tried installing pyside along with python3 on osx mountain lion. I tried both
brew install pyside
But then it only works in python2.
I also tried using buildscripts from pyside github rep. Necessary changes
./build_and_install
however, with
Linking CXX shared library libpyside.cpython-33m.dylib [ 4%] Built target pyside [ 4%] Running generator for QtCore... /bin/sh: /Users/einar/devel/pkg/pyside-sandbox-python3/bin/SHIBOKEN_GENERATOR-NOTFOUND: No such file or directory make[2]: *** [PySide/QtCore/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp] Error 127 make[1]: *** [PySide/QtCore/CMakeFiles/QtCore.dir/all] Error 2 make: *** [all] Error 2
I do not know what to do now. I found this pyside forum page , suggesting that I only had to symbolize some things to make it work in python3 after doing brew install pyside
, but /usr/local/Cellar/pyside/1.1.2/lib
only has files named 2.7 .
Could anyone get pyside to work with python3 on osx or find out some kind of guide on how to do this? My google-fu is failing.
source share