Advertisement
user_137

Untitled

Feb 18th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Enthought Python Distribution (EPD) free version -- www.enthought.com
  2. Version: 7.3-2 (32-bit)
  3. (type 'upgrade' or see www.enthought.com/epd/upgrade to get the full EPD)
  4.  
  5. Python 2.7.3 |EPD_free 7.3-2 (32-bit)| (default, Apr 11 2012, 18:02:54)
  6. [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2
  7. Type "credits", "demo" or "enthought" for more information.
  8. >>> import pylab
  9. Traceback (most recent call last):
  10. File "<stdin>", line 1, in <module>
  11. File "/home/john/.virtualenvs/epd/lib/python2.7/site-packages/pylab.py", line 1, in <module>
  12. from matplotlib.pylab import *
  13. File "/home/john/.virtualenvs/epd/lib/python2.7/site-packages/matplotlib/pylab.py", line 264, in <module>
  14. from matplotlib.pyplot import *
  15. File "/home/john/.virtualenvs/epd/lib/python2.7/site-packages/matplotlib/pyplot.py", line 95, in <module>
  16. new_figure_manager, draw_if_interactive, _show = pylab_setup()
  17. File "/home/john/.virtualenvs/epd/lib/python2.7/site-packages/matplotlib/backends/__init__.py", line 25, in pylab_setup
  18. globals(),locals(),[backend_name])
  19. File "/home/john/.virtualenvs/epd/lib/python2.7/site-packages/matplotlib/backends/backend_wxagg.py", line 23, in <module>
  20. import backend_wx # already uses wxversion.ensureMinimal('2.8')
  21. File "/home/john/.virtualenvs/epd/lib/python2.7/site-packages/matplotlib/backends/backend_wx.py", line 65, in <module>
  22. raise ImportError(missingwx)
  23. ImportError: Matplotlib backend_wx and backend_wxagg require wxPython >=2.8
  24. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement