Setting up IPython Qtconsole with PyQt5
On an OSX 10.9, I have Qt5 installed. Later I installed Ipython, sip and PyQt5 all build from source. Now here is the problem: when I try to run ipython qtconsole , I have a bunch of errors related to the files in this directory (and its subfolders) /Library/Python/2.7/site-packages/IPython/ followed by ImportError: Could not load requested Qt binding. Please ensure that PyQt4 >= 4.7 or PySide >= 1.0.3 is available, and only one is imported per session. Currently-imported Qt library: None PyQt4 installed: False PySide >= 1.0.3 installed: False Tried to load: ['pyside', 'pyqt'] I assume the