Issue
I have installed Qt4/PySide via brew but PySide and Shiboken versions are 1.2.2.
brew upgrade pyside
did not work. It says cartr/qt4/[email protected] 1.2.2 already installed
. Need lates 1.2.4 version.
Solution
Try to install pip
and, after that, install PySide using pip: pip install -U PySide
See: https://pypi.python.org/pypi/PySide/1.2.4
Answered By - QB_
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.