[matplotlib-devel] py2exe wisdom

2007-10-02 Thread Paul Kienzle
As I was building a py2exe distribution of matplotlib, I noticed the function get_py2exe_datafiles() in __init__.py that is not noted on the FAQ. Before I update the FAQ, can you all tell me your best practices recommendations for wrapping matplotlib? In particular, is there a way I can store the

Re: [matplotlib-devel] py2exe wisdom

2007-10-02 Thread Michael Droettboom
Paul Kienzle wrote: > Technically this should be feasible --- freetype can load fonts > from memory or directly from the zip file given the proper driver, > and the various images should be similarly readable. ttconv will have to be likewise updated (probably to accept a Python file-like object).

Re: [matplotlib-devel] dviread: usetex for the PDF backend

2007-10-02 Thread Jouni K . Seppänen
Darren Dale <[EMAIL PROTECTED]> writes: > In an earlier post you mentioned that transformations of Type-1 fonts > probably requires a complete type-1 parser. Do you mean matplotlib's > ft2font is missing some functionality? I don't think freetype has any support for modifying and outputting fonts