This is very simple to recreate. If my script foo.py is:
import scipy
Then run:
python pyinstaller.py --onefile foo.py
The answer by wtobia@ worked for me. See https://github.com/pyinstaller/pyinstaller/issues/783
C:\Python27\Lib\site-packages\PyInstaller\build.py
def append(self, tpl):
if tpl[2] == "BINARY":
if tpl[2] in ["BINARY", "DATA"]: