Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. #basedirlist is: ['/usr/local', '/usr']
  2. #============================================================================
  3. #BUILDING MATPLOTLIB
  4. #matplotlib: 1.2.1rc1
  5. #python: 2.6.2 (r262:71600, Apr 12 2014, 15:42:14) [GCC
  6. #4.6.3]
  7. #platform: linux3
  8.  
  9. #REQUIRED DEPENDENCIES
  10. #numpy: 1.4.0rc2
  11. #freetype2: 14.0.8
  12.  
  13. #OPTIONAL BACKEND DEPENDENCIES
  14. #libpng: 1.2.46
  15. #Tkinter: no
  16. #* TKAgg requires Tkinter
  17. #Gtk+: no
  18. #* Building for Gtk+ requires pygtk; you must be able
  19. #* to "import gtk" in your build/install environment
  20. #Mac OS X native: no
  21. #Qt: no
  22. #Qt4: no
  23. #PySide: no
  24. #Cairo: no
  25.  
  26. #OPTIONAL DATE/TIMEZONE DEPENDENCIES
  27. #dateutil: matplotlib will provide
  28. #pytz: matplotlib will provide
  29.  
  30. #OPTIONAL USETEX DEPENDENCIES
  31. #dvipng: 1.14
  32. #ghostscript: 9.05
  33. #latex: 3.1415926
  34. #pdftops: 0.18.4
  35.  
  36. #[Edit setup.cfg to suppress the above messages]
  37. #============================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement