Re: [PyInstaller] ValueError: Unknown Mach-O header

2017-08-09 Thread Hartmut Goebel
Am 08.08.2017 um 21:10 schrieb Krister Swenson: > It turns out that I was using "binaries" to include binary programs > that I call using subprocess.call() rather than "datas". > I did this because the "Using Spec Files" section of the docs says, > "|datas|: non-binary files included in the app."

Re: [PyInstaller] ValueError: Unknown Mach-O header

2017-08-09 Thread Krister Swenson
OK... so the current version is: """ - datas: non-binary files included in the app, including names given by the --add-data option. """ I was thinking of modifying it to be "datas: files essential to the app but not included with ``binaries``, including names given by the --add-data o