Would hook-cv.py currently look like this?: hiddenimports = ["numpy"]
On another note, I have not researched this yet, but I've encountered a regression and PyInstaller is one of the view things that has changed between versions. Is it possible that a recent change could result in something strange going on with multiprocessing, especially multiprocessing queues? Don't research this just yet, because I have yet to confirm that pyinstaller is the only variable. On Oct 5, 4:48 am, Martin Zibricky <[email protected]> wrote: > Brian píše v Út 04. 10. 2011 v 15:40 -0700: > > > Ah, you're right. The explicit import works. I'll try this on the real > > code. Thanks, Martin. > > Could you please try to create import hook hook-cv.py with numpy or > maybe other necessary modules as hidden imports? > > If it will work we could include it with other pyinstaller hooks. -- 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.
