Re: [Matplotlib-users] Ubuntu Hardy and matplotlib

2008-06-17 Thread Johan Mazel
Hi The thing is that if you installed the package matplotlib through your package manager, you are not supposed and you don't need to install it manually from the sources with the two commands I gave you. The main interest of using the source of 0.91.3 is to use a debugged version of the 0.91 rele

Re: [Matplotlib-users] Ubuntu Hardy and matplotlib

2008-06-17 Thread Marjolaine Rouault
Dear Johan, I have downloaded the matplotlib 0.91.2 version (the one installed by default by my package manager) and ran the python setup.py build as you suggested before running the python setup.py install command. I fixed the problem! I am so grateful for you helping me sort this out finally

Re: [Matplotlib-users] Ubuntu Hardy and matplotlib

2008-06-17 Thread Lionel Roubeyrie
Don't sure last matplotlib version (and numpy) is in Hardy repositories. Here we do : 1- sudo apt-get --purge remove python-numpy* python-matplotlib* python-scipy* 2- manually remove all related folders under site-packages (with eggs!) 3- download and install manually numpy, scipy and matplotlib

Re: [Matplotlib-users] Ubuntu Hardy and matplotlib

2008-06-17 Thread Johan Mazel
Hi I am working with matplotlib 0.91.3 on Hardy. I installed it (with "pyhton setup.py build" and "pyhton setup.py install") from the source given on SourceForge. And it's working perfectly. Are you sure that you installed all the needed packages ? (Check with "pyhton setup.py build" and see wether

Re: [Matplotlib-users] Ubuntu Hardy and matplotlib

2008-06-15 Thread Marjolaine Rouault
Hi, Sorry to only get back to you now. I was away for the last couple of weeks. I will see if that is my problem when I am back at work. Thanks for the tip. >>> Georg Holzmann <[EMAIL PROTECTED]> 05/30/08 9:00 PM >>> Hallo! > I am not managing to ge matplotlib to work with the new Ubuntu reale

Re: [Matplotlib-users] Ubuntu Hardy and matplotlib

2008-05-30 Thread Georg Holzmann
Hallo! > I am not managing to ge matplotlib to work with the new Ubuntu realease hardy > 8.04. After I install the python-matplotlib package, I am not able to list my > modules in the help() section and I can also not import pylab. As anyone ha > that problem and found a solution? I had the sa

Re: [Matplotlib-users] Ubuntu Hardy and matplotlib

2008-05-30 Thread Michael Droettboom
I'm somewhat grasping at straws here: the Ubuntu-packaged matplotlib works for me on Hardy. Thanks. Ubuntu puts the matplotlib data files in a separate package, python-matplotlib-data. That *should* have installed automatically alongside python-matplotlib, but you may want to try forcing that

Re: [Matplotlib-users] Ubuntu Hardy and matplotlib

2008-05-30 Thread Marjolaine Rouault
hi I am running python 2.5 and installing the matplotlib using synaptic so it is installing the correct version (I assume). After installing matplotlib, In the help(), this is what i get when asking for the modules liist: File "", line 1, in File "/usr/lib/python2.5/site.py", line 342, in

Re: [Matplotlib-users] Ubuntu Hardy and matplotlib

2008-05-30 Thread Michael Droettboom
I don't see this myself. Are you running the correct Python (not accidentally running Python2.4, for example)? Do you have a /usr/lib/python2.5/site-packages/matplotlib directory? What is the exact error message when you import pylab? Cheers, Mike Marjolaine Rouault wrote: > Hi, > > I am no