From: Werner <wer...@gm...> - 2015-10-06 20:08:02
|
On 10/6/2015 16:51, Fahlgren, Eric wrote: > David, > > In my 2.7.10 builds using py2exe 0.6.9 on Win 7, I see those plus more being collected into the build directory, but then my next step in packaging deletes them. They are Windows version-specific files that you can and should leave out of your product packaging. (Now all you need to do is figure out how to suppress any messages about them.) > > For completeness, I've included the list of files I drop from our installer. I don't get any of these into my build directory, with py2exe 0.6.9 on Win 8.1 and py 2.7. What uses these DLL's? Do you use that in your application? IIRC, Windows version specific stuff should not be included, but then you have to ensure that it the correct versions are on the deployment maschine. To exclude you could use "dll_excludes". Werner |