Can't save pdfs with MPL devel under Jaunty

Gael Varoquaux <gael.varoquaux@...427...> writes:

ImportError: /home/varoquau/dev/matplotlib/lib/matplotlib/ttconv.so:
undefined symbol: _ZN14TTStreamWriter7putcharEi

Does anybody know what I am doing wrong?

I just had a similar problem, and nuking the build directory and
rebuilding matplotlib fixed it. Have you tried "rm -rf build"?

···

--
Jouni K. Sepp�nen

Hey Jouni,

Yes, that did fix the problem. I suspect it might be trivial :). Thanks a
lot.

Gaël

···

On Sun, Aug 30, 2009 at 01:35:47PM +0300, Jouni K. Seppänen wrote:

Gael Varoquaux <gael.varoquaux@...427...> writes:

> ImportError: /home/varoquau/dev/matplotlib/lib/matplotlib/ttconv.so:
> undefined symbol: _ZN14TTStreamWriter7putcharEi

> Does anybody know what I am doing wrong?

I just had a similar problem, and nuking the build directory and
rebuilding matplotlib fixed it. Have you tried "rm -rf build"?

This is a common problem, and the first line of defense against builds
or installs that aren't working properly. We even have a FAQ entry:

  http://matplotlib.sourceforge.net/faq/installing_faq.html#source-install

JDH

···

On Sun, Aug 30, 2009 at 5:41 AM, Gael Varoquaux<gael.varoquaux@...427...> wrote:

Yes, that did fix the problem. I suspect it might be trivial :). Thanks a
lot.