Advertisement
Guest User

yt can't find sip

a guest
Sep 3rd, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (yt-x86_64)gjman@thestig:~$ iyt
  2. /home/gjman/yt/yt-x86_64/lib/python2.7/site-packages/matplotlib-1.3.0-py2.7-linux-x86_64.egg/matplotlib/__init__.py:727: UserWarning: Found matplotlib configuration in ~/.matplotlib/. To conform with the XDG base directory standard, this configuration location has been deprecated on Linux, and the new location is now '/home/gjman/.config'/matplotlib/. Please move your configuration there to ensure that matplotlib will continue to find it in the future.
  3. _get_xdg_config_dir())
  4. Traceback (most recent call last):
  5. File "/home/gjman/yt/yt-x86_64/bin/iyt", line 7, in <module>
  6. execfile(__file__)
  7. File "/home/gjman/yt/yt-x86_64/src/yt-hg/scripts/iyt", line 57, in <module>
  8. if "DISPLAY" in os.environ: ip_shell.enable_pylab(import_all=False)
  9. File "/home/gjman/yt/yt-x86_64/lib/python2.7/site-packages/IPython/core/interactiveshell.py", line 2920, in enable_pylab
  10. gui, backend = self.enable_matplotlib(gui)
  11. File "/home/gjman/yt/yt-x86_64/lib/python2.7/site-packages/IPython/core/interactiveshell.py", line 2881, in enable_matplotlib
  12. pt.activate_matplotlib(backend)
  13. File "/home/gjman/yt/yt-x86_64/lib/python2.7/site-packages/IPython/core/pylabtools.py", line 242, in activate_matplotlib
  14. import matplotlib.pyplot
  15. File "/home/gjman/yt/yt-x86_64/lib/python2.7/site-packages/matplotlib-1.3.0-py2.7-linux-x86_64.egg/matplotlib/pyplot.py", line 98, in <module>
  16. _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
  17. File "/home/gjman/yt/yt-x86_64/lib/python2.7/site-packages/matplotlib-1.3.0-py2.7-linux-x86_64.egg/matplotlib/backends/__init__.py", line 25, in pylab_setup
  18. globals(),locals(),[backend_name])
  19. File "/home/gjman/yt/yt-x86_64/lib/python2.7/site-packages/matplotlib-1.3.0-py2.7-linux-x86_64.egg/matplotlib/backends/backend_qt4agg.py", line 13, in <module>
  20. from backend_qt4 import QtCore, QtGui, FigureManagerQT, FigureCanvasQT,\
  21. File "/home/gjman/yt/yt-x86_64/lib/python2.7/site-packages/matplotlib-1.3.0-py2.7-linux-x86_64.egg/matplotlib/backends/backend_qt4.py", line 25, in <module>
  22. from qt4_compat import QtCore, QtGui, _getSaveFileName, __version__
  23. File "/home/gjman/yt/yt-x86_64/lib/python2.7/site-packages/matplotlib-1.3.0-py2.7-linux-x86_64.egg/matplotlib/backends/qt4_compat.py", line 36, in <module>
  24. import sip
  25. ImportError: No module named sip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement