Hello,
I have also found myself unable to make it work in one-file mode. I get the
following complaint:
*** mk2_avx.dll *** failed with error 126: The specified module could not
be found.
*** mk2_def.dll *** failed with error 126: The specified module could not
be found.
MKL FATAL ERROR: Cannot load neither mk2_avx.dll nor mk2_def.dll
I have added this to the spec file:
mk2bin = [
('mk2_avx.dll', 'C:\\Python27\\Scripts\\mk2_avx.dll', 'BINARY'),
('mk2_def.dll', 'C:\\Python27\\Scripts\\mk2_def.dll', 'BINARY'),
]
·····8<····
exe = EXE(pyz,
a.scripts,
a.binaries + mk2bin,
·····8<····
But it did not help. The same addition (but in the COLLECT section) when
building for onedir works OK.
If I run the onefile and open the _MEIXXXX folder before the crash, I can
see that both files that could not be found are indeed there, together with
all the other dlls that are included.
What am I missing?
Thanks for your help,
Nacho
--
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.