I don't understand how this happened. myscript.py works, Tkinter is installed. However once I converted it to .exe using pyinstaller, I ran myscript.exe, I got a message in command prompt saying "No module named Tkinter".
How can I fix this? I've already tried to convert it several times, tried using --noupx, and also tried reinstalling pyinstaller. Thanks