With PyInstaller 1.5, I was using the line
import numpy.core.multiarray
in my source to cause the numpy.core.multiarray.pyd to be copied into
the dist folder for the sake of the OpenCV code that needed it.
Now, with PyInstaller r1608, numpy.core.multiarray.pyd is still being
copied, but the exception
numpy.core.multiarray failed to import
is being thrown.
I created hook-numpy.py, with
hiddenimports = ["numpy.core", "numpy.core.multiarray"]
inside, but that failed to do the trick. There is no warnproject.txt
file to be found.
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.