Re: [Matplotlib-users] Can't get latest version

2010-08-16 Thread Benjamin Root
On Mon, Aug 16, 2010 at 2:23 PM, Carlos Anderson wrote: > Ben, > > > > Thank you! I removed my current version of matplotlib, then downloaded the > source code for the newest version, compiled it, installed it, and now > everything works! I only had one error during compilation, which I fixed by

Re: [Matplotlib-users] Can't get latest version

2010-08-16 Thread Michael Droettboom
On 08/16/2010 02:50 PM, Benjamin Root wrote: > Also, if you never compiled programs before on your system, you might > need to install using > synaptics some build packages. I think the link lists the > dependencies you need to have installed. As a shortcut, you can install all of the build depe

Re: [Matplotlib-users] Can't get latest version

2010-08-16 Thread Benjamin Root
On Mon, Aug 16, 2010 at 1:17 PM, Carlos Anderson wrote: > I have an older version of matplotlib (0.98.5.2), but when I do this: > > > > sudo apt-get install python-matplotlib > > > > it says "python-matplotlib is already the newest version" and it doesn't > download the latest version, which i

[Matplotlib-users] Can't get latest version

2010-08-16 Thread Carlos Anderson
I have an older version of matplotlib (0.98.5.2), but when I do this: sudo apt-get install python-matplotlib it says "python-matplotlib is already the newest version" and it doesn't download the latest version, which is 1.0.0. How can I get the latest matplotlib version using apt-get? --