Installing pyside and python 3.x
-
I have been trying for the last couple of days to install pyside with no luck. I am working with OSX 10.6.8 and Xcode 3.2.5. I have also installed python 3.3 and QT 4.7.1. I originally tried installing the binary version of Pyside with no luck. Then I tried comping it myself using the instructions "here...":https://github.com/PySide/BuildScripts Unfortunately, when I try and compile I get an error saying that cmake cannot find my python libraries. I can't seem to figure out what I am missing (Error: Could NOT find Python3Libs) . Has any one been able to get pyside to work with python 3 on OSX. Any help would be greatly appreciated.
-