Does --hidden-import=browserhistory not fix it? That warning makes me think it won’t but try it first anyway.
Application runs fine via pycharm Can you also ensure that running it from cmd works too (using python MyScript.py)? If it does then try using python -m PyInstaller instead of just PyInstaller.exe. I believe there is a small chance your PyInstaller and PyCharm are not using the same environment if it’s failing to find what should be a trivial package for PyInstaller. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/76240f8e-d243-44d8-9d22-e93bf22769cfn%40googlegroups.com.
