I\'m trying to import PySide / Qt into Python like so and get the follow error:
from PySide import QtCore ImportError: dlopen(/usr/local/lib/python2.7/site
I had a similar problem, on Mavericks using a Brew-installed Qt and virtual environment.
I had to brew reinstall Qt
brew reinstall Qt
Then run the pyside_postinstall.py -install
pyside_postinstall.py -install
See here: https://github.com/Homebrew/homebrew/issues/27898