Stefan Krah added the comment: I uderstand that you are building Python using "emerge". I would try to get a release from python.org, do a normal build ...
make distclean ./configure --prefix=/tmp --with-pydebug --with-valgrind make make install ... then install matplotlib using /tmp/bin/python setup.py ... then run (assuming you are in the build directory): valgrind --suppressions=Misc/valgrind-python.supp /tmp/bin/python your_program ---------- nosy: +skrah _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18843> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com