matplotlib-0.87.1 segfault

Simply reverting Numpy from version 0.9.6 to version

    > 0.9.4 solved the problem! Does someone understand
    > something to that?

If you are building from source, you need to do a clean rebuild after
upgrading numpy

> cd matplotlib_src
> sudo rm -rf build
> sudo python setup.py install

If you still encounter problems after that, be sure to let us know.

JDH

Le Mardi 14 Mars 2006 11:21, vous avez écrit :

    > Simply reverting Numpy from version 0.9.6 to version
    > 0.9.4 solved the problem! Does someone understand
    > something to that?

If you are building from source, you need to do a clean rebuild after
upgrading numpy

> cd matplotlib_src
> sudo rm -rf build
> sudo python setup.py install

If you still encounter problems after that, be sure to let us know.

JDH

Well, I use the src.rpm to rebuild so the build is done in a cleaned directory
(Ijust modified the name of the package to respect mandriva policy
python-NumPy...)

By the way I use mandriva 2005
I did build in that order
numpy-0.9.6
then scipy-0.4.6 (maybe not relevant for matplotlib)
and then matplotlib-0.87.1