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 found a solution here
export DYLD_LIBRARY_PATH=/usr/local/lib/python[version]/site-packages/PySide
for python 3.5 this would be
export DYLD_LIBRARY_PATH=/usr/local/lib/python3.5/site-packages/PySide