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, ava...@famaf.unc.edu.ar wrote: On Feb 23, 2012 1:39 PM, ava...@famaf.unc.edu.ar wrote: should I reinstall numpy? No need. You

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

2012-03-05 Thread avalle
On Feb 23, 2012 1:39 PM, ava...@famaf.unc.edu.ar 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

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

2012-03-05 Thread Benjamin Root
On Mon, Mar 5, 2012 at 1:47 PM, ava...@famaf.unc.edu.ar wrote: On Feb 23, 2012 1:39 PM, ava...@famaf.unc.edu.ar 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

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 string, line 1, in module File /usr/local/lib/python2.7/dist-packages/numpy/__init__.py, line 137, in

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

2012-02-23 Thread Scott Sinclair
On Feb 23, 2012 1:39 PM, ava...@famaf.unc.edu.ar 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 Cheers, Scott

[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

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

2012-02-22 Thread Benjamin Root
On Wednesday, February 22, 2012, wrote: 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']

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

2012-02-22 Thread Eric Firing
On 02/22/2012 04:06 PM, ava...@famaf.unc.edu.ar wrote: 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']