[EMAIL PROTECTED] writes:

> Michael Droettboom <[EMAIL PROTECTED]> writes:
>> All the magic happens in "convert_ttf_to_ps", which is C code, called 
>> from backend_ps.py.  I'd start by seeing if that function is even 
>> called, and if not, why...
>
> One possible source of platform-specific issues is
> cbook.get_realpath_and_stat, which is used on the font files to obtain
> hash keys. Does stat do anything sensible on Windows?

Oh, never mind, John seems to have found the bug in a message that
didn't quite make it to my newsreader before I posted. Apparently stat
does not do on Windows what this code is expecting it to do.

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to