davide lasagna <lasagnadav...@gmail.com> writes:

> gcc: error trying to exec 'cc1plus': execvp: No such file or directory

Sounds like you don't have a complete g++ install. Since you mentioned
Ubuntu, I suppose the command you need to run is

    sudo apt-get install build-essential g++

and perhaps also

    sudo apt-get build-dep python-matplotlib

to install all the dependencies.

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to