Problem building doc in trunk

Benjamin Root <ben.root@...83...> writes:

You might need to do a complete rebuild of your mpl trunk. I would guess that
you originally built mpl when you had the older version of libpng. When you
updated the library, that wouldn't trigger a relink of _png.so whenever you
rebuilt the trunk. Wipe out the _png.so file and rebuild.Ben Root

OK. it's fixed now. It was probably all my fault, as I changed the way I
installed matplotlib. Before I was using the "python setupegg.py develop"
alternative and today I did "python setup.py install" (blame command line
completion).
Thanks for your help.

Jorge