On Thursday 17 of September 2015 14:27:33 David Cortesi wrote: > ? Please can you suggest a realistic example for binaries=? Preferably one > relevant in Windows?
A use case could be: - you need in python some functions that are available only in a supplied .dll file. - you use that .dll file with ctypes from your app - you want to bundle that .dll file with your frozen app. - using 'datas' is not sufficient because .dll depends on some MSVC runtime libraries that should be also included with your frozen app. Another use case: - you use a package that depends on some .dlls - those dlls are not automatically detected by PyInstaller - you specify them in 'binaries' before other attempts like writing hooks etc. -- 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/d/optout.
signature.asc
Description: This is a digitally signed message part.
