Hi, 93 INFO: PyInstaller: 3.6 93 INFO: Python: 3.7.7 97 INFO: Platform: Windows-10-10.0.18362-SP0
My application uses the python package browserhistory: https://pypi.org/project/browserhistory/ Application runs fine via pycharm but when building a windows installer, I get the error pyinstaller.exe --noupx --onefile --hidden-import=fixtk MyScript.py No Module named: 'browserhistory' Failed to Execute Script warning file shows this: missing module named browserhistory - imported by gui (top-level) Please suggest how I can fix this? Thanks -- 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/483b5bf9-f55f-45aa-ac97-469e29ba5449o%40googlegroups.com.
