Re: [matplotlib-devel] py2exe wisdom

2007-10-04 Thread Paul Kienzle
On Tue, Oct 02, 2007 at 10:42:13AM -0400, Paul Kienzle wrote: > 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 f

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).