Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 13th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 44  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to install matplotlib with Python3.2
  2. python3.2 setup.py install
  3.        
  4. "error: command 'gcc' failed with exit status 1",
  5. "src/ft2font.cpp:2224:29: error: ‘Int’ is not a member of ‘Py’"
  6.        
  7. git clone https://github.com/matplotlib/matplotlib
  8. cd matplotlib
  9. python3 setup.py build
  10. sudo python3 setup.py install