After converting my Python script into an executable (exe) file using PyInstaller, when I click on the exe file, it does not open. Upon checking the './script_name', I encounter a 'module not found' error.
The error was: Traceback (most recent call last): File "cyllo_installer.py", line 23, in <module> ModuleNotFoundError: No module named 'tkinter' [123032] Failed to execute script 'cyllo_installer' due to unhandled exception! -- 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/d8d9d40d-f17d-4b17-bb92-90706f34e629n%40googlegroups.com.
