Hi Don, In older pyinstaller versions (not sure about 2.0) the approach to .dlls from C:\Windows was to include .dlls by default and have the list of ignored dlls.
However, we found out that it is less error-prone to ignore all .dlls from C:\Windows\ by default and just explicitly allow inclusion of some necessary .dlls So you are probably hitting the case where we might need to explicitly include more dlls from C:\Windows (or SxS). Look at the file ./PyInstaller/depend/dylib.py On Wednesday 11 of September 2013 09:24:09 Don Dwiggins wrote: > > I'm afraid, one-file-mode will not help you. It basically is some kind > > > of "self extracting" archive, resulting in one directory again. Right; my idea was to get all the dependency files (or at least the MSVC DLLs) into the executable, and thus into the MEI directory, so the OS won't go searching the SxS directories. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
