Re: [Matplotlib-users] problems installaling matplotlib on ubuntu 11.10

2012-03-07 Thread avalle
> Perhaps you should post that question for the numpy mailing list? Thanks, I will try that. I have no clues Cheers, Lucia > On Mon, Mar 5, 2012 at 1:47 PM, wrote: > >> > On Feb 23, 2012 1:39 PM, wrote: >> >> >> >> should I reinstall numpy? >> > >> > No need. You should be able to build matplot

Re: [Matplotlib-users] problems installaling matplotlib on ubuntu 11.10

2012-03-05 Thread avalle
> On Feb 23, 2012 1:39 PM, wrote: >> >> should I reinstall numpy? > > No need. You should be able to build matplotlib without sudo and then > install with sudo > > python setup.py build > sudo python setup.py install Yes! This is how it should be, but it's not. I have gone a litte further trying

Re: [Matplotlib-users] problems installaling matplotlib on ubuntu 11.10

2012-02-23 Thread avalle
Thank you all for your help Using "sudo" generates an error, without it everything run ok. :~$ sudo python -c "import numpy; print numpy.__version__" Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/numpy/__init__.py", line 137, in impor

[Matplotlib-users] problems installaling matplotlib on ubuntu 11.10

2012-02-22 Thread avalle
Dear users, I am trying to install matplotlib from source. When I run: sudo python setup.py install > build.out I got the following: basedirlist is: ['/usr/local', '/usr'] BUILDING MATPLOTLIB matplotlib: 1.2.x