[matplotlib-devel] fix for wx backend with pylab interface

2007-07-04 Thread Tim Swast
When I was trying to use the pylab interface from a wxPython application, I noticed that the application did not close completely after exiting. A python process continued to run in the background even though no windows were open. The show command was starting a MainLoop() for the wx application

Re: [matplotlib-devel] get_py2exe_datafiles fix

2007-06-30 Thread Tim Swast
dows or py2exe.) -Andrew Tim Swast wrote: > I was having trouble with py2exe not getting the datafiles that it > needed. I noticed someone else got it to work by copying all the files, > but losing the directory structure. I tried that, but I still had > missing datafiles at runtime. >

[matplotlib-devel] get_py2exe_datafiles fix

2007-06-29 Thread Tim Swast
I was having trouble with py2exe not getting the datafiles that it needed. I noticed someone else got it to work by copying all the files, but losing the directory structure. I tried that, but I still had missing datafiles at runtime. This function will return everything needed for py2exe to work