Have previously got pyinstaller working perfectly (with the Anaconda distribution). Needed to update code files and also to use the pip'ed version of pyinstaller. It is now generating a bunch of import errors eg. "ImportError: No module name json". Have also got a "ImportError: No module named numpy".
The location of hidden imports local to the project are specified with --additional-hooks-dir=. Cannot see what the problem is - is there something obvious that I should check initially to debug? -- 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/d/optout.
