On Wed, Oct 17, 2012 at 1:41 AM, Eric Firing <[email protected]> wrote: > sudo apt-get build-dep python-matplotlib > > It might pull in more than you really want, but it will certainly > include gui toolkits.
If you want to avoid installing all the packages that you get with the `apt-get build-dep pythoh-matplotlib`, the following seems to be enough: sudo apt-get install libfreetype6-dev libpng12-dev python-tk tk-dev python-gtk2-dev Alejandro. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
