PySide import error Mac OS X El Capitan, Library not loaded: @rpath/libpyside.cpython-34m.1.2.dylib
ive been trying to run an application that was written on a Linux machine (and works without any issues), on my Mac running OS X El Capitan. the program utilizes PyQt4(4.11.4) and PySide (1.2.4), using Python 3.4.2. I created a virtualenv to guarantee that everything runs on the correct version of python. i have sip installed as well. However when i actually try to import anything from PySide it gives me the following error: Traceback (most recent call last): File "GUI.py", line 17, in <module> from PySide import QtCore, QtGui, QtNetwork ImportError: dlopen(/Users/mksmasr/.pyenv/versions/3.4.2