Advertisement
Guest User

Untitled

a guest
Dec 1st, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. (susan_env)Susans-MacBook-Air:docs susantan$ make html
  2. python autogen_config.py
  3. Traceback (most recent call last):
  4. File "autogen_config.py", line 6, in <module>
  5. from IPython.qt.console.qtconsoleapp import IPythonQtConsoleApp
  6. File "/Users/susantan/Projects/ipython/IPython/qt/console/qtconsoleapp.py", line 58, in <module>
  7. from IPython.external.qt import QtCore, QtGui
  8. File "/Users/susantan/Projects/ipython/IPython/external/qt.py", line 23, in <module>
  9. QtCore, QtGui, QtSvg, QT_API = load_qt(api_opts)
  10. File "/Users/susantan/Projects/ipython/IPython/external/qt_loaders.py", line 258, in load_qt
  11. api_options))
  12. ImportError:
  13. Could not load requested Qt binding. Please ensure that
  14. PyQt4 >= 4.7 or PySide >= 1.0.3 is available,
  15. and only one is imported per session.
  16.  
  17. Currently-imported Qt library: None
  18. PyQt4 installed: False
  19. PySide >= 1.0.3 installed: False
  20. Tried to load: ['pyside', 'pyqt']
  21.  
  22. make: *** [source/config/options/generated] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement