tkterminal icon indicating copy to clipboard operation
tkterminal copied to clipboard

"/bin/sh: python3: command not found" & "ImportError: No module named _____"

Open Moosems opened this issue 2 years ago • 2 comments

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

Moosems avatar Apr 09 '22 21:04 Moosems

An answer to the problem was given here: https://github.com/pyinstaller/pyinstaller/issues/6736

Moosems avatar Apr 10 '22 14:04 Moosems

I found that when the command /usr/local/bin/python3 is used it works as required

Moosems avatar Jun 30 '22 03:06 Moosems