Installing pyside and python 3.x
-
wrote on 22 Dec 2012, 06:49 last edited by
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.
-
wrote on 23 Dec 2012, 03:46 last edited by
Ok, so ... I finally got it to work. I ended up using
@brew install pyside@Although there were a few things I still had to link up to make it work, overall it was not too painful. But now that I have it up and running I cant wait to try things out. :)
1/2