Michael Droettboom <[email protected]> writes: > when running usetex_fonteffects.py [...] > TypeError: coercing to Unicode: need string or buffer, NoneType found > -> file = open(input, 'rb')
Perhaps your TeX installation doesn't have the font. If you run "kpsewhich utmr8a.pfb", what do you get? If it does return something, could you run the example with --verbose-debug? -- Jouni K. Seppänen http://www.iki.fi/jks ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
