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
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
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
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
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
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
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
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
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