Saadmairaj / tkterminal

Terminal widget for Tkinter library.
https://pypi.org/project/tkterminal
Apache License 2.0
57 stars 6 forks source link

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

Open Moosems opened 2 years ago

Moosems commented 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

Moosems commented 2 years ago

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

Moosems commented 2 years ago

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