Open Moosems opened 2 years ago
When you run tkterminal on a script that went through pyinstaller it stops working when asked to run files and starts saying that python3 doesn't work and when python is asked to be used it says that none of the imports are working
An answer to the problem was given here: https://github.com/pyinstaller/pyinstaller/issues/6736
I found that when the command /usr/local/bin/python3 is used it works as required
/usr/local/bin/python3
When you run tkterminal on a script that went through pyinstaller it stops working when asked to run files and starts saying that python3 doesn't work and when python is asked to be used it says that none of the imports are working