Re: [matplotlib-devel] get_py2exe_datafiles fix

2007-06-30 Thread Tim Swast
I haven't tried the svn version yet, but it looks like it does basically the same thing as my version. The only thing different with mine I think is that if there are empty directories, I don't add them to the list. On 6/30/07, Andrew Straw <[EMAIL PROTECTED]> wrote: Dear Tim, I checked in a s

Re: [matplotlib-devel] get_py2exe_datafiles fix

2007-06-30 Thread Andrew Straw
Dear Tim, I checked in a similar patch from Tocer a couple days ago. Does your version do anything different? Does the version in svn work for you? http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/lib/matplotlib/__init__.py?r1=3391&r2=3418 (Sorry, I don't really use Windo

[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