Hi Jouni,
Wow, that worked a treat. Thank you very much! Maybe you should post
that to the -devel mailing list, too!
On the computer that this bug didn't occur, the ~/Library/Fonts
directory is completely empty! I wonder where it is looking for
lcmssi8.afm if it isn't in ~/Library/Fonts
Ye
Damon McDougall writes:
> (Pdb) p fh
> (Pdb) p line
> 'C 0 ; WX 708.333 ; N Gamma ; B 0 0 836.364 684.027 ;'
Failing on this line is a bug in matplotlib, since the AFM spec says
that bounding-box coordinates are "numbers", not "integers". Apparently
not many AFM files use that precise bounding
Hi Jouni,
Sure. Here is the output from your suggestion:
Python 2.5.4 (r254:67916, Sep 15 2009, 11:16:42)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from pdb import pm
>>> from matplotlib.figure import Figure
Tracebac
Damon McDougall writes:
> >>> from matplotlib.figure import Figure
> ValueError: invalid literal for int() with base 10: '836.364'
>
> I have no clue what is going on. Does anybody have any ideas?
Could you do the following: (if you already exited that Python shell
and can't reproduce the prob