Include multiple data files with pyinstaller
问题 I need to include a DLL AND a text file in a pyinstaller "onefile" executable. I can add just the DLL but if I try to specify both files, pyinstaller complains. I would rather use the command line options (rather than the spec file) - what's the correct format for multiple files? http://pyinstaller.readthedocs.io/en/stable/spec-files.html#adding-data-files http://pyinstaller.readthedocs.io/en/stable/usage.html#options-group-what-to-bundle-where-to-search Tried a few things, e.g. pyinstaller: