Re: [matplotlib-devel] mpl-data and py2exe

2007-12-06 Thread Christopher Barker
Darren Dale wrote: > I just committed changes to the py2exe functions in __init__.py, which had > references to the old matplotlibdata directory instead of the newer > mpl-data.\ Thanks! py2app is broken too. I haven't looked into it yet, but I think it uses a "recipe" instead of the py2exe f

[matplotlib-devel] mpl-data and py2exe

2007-12-06 Thread Darren Dale
I just committed changes to the py2exe functions in __init__.py, which had references to the old matplotlibdata directory instead of the newer mpl-data. This should address bug 1827685, but I don't use py2exe (or windows) and need someone to test the changes and suggest further improvements if