Saadmairaj / tkterminal

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

Python3 command asks for xcode tools #9

Closed Moosems closed 2 years ago

Moosems commented 2 years ago

Sometimes when a user uses the command "Python3" it asks for them to download xcode toolchain or it might crash because it wants to get input

Saadmairaj commented 2 years ago

The tkterminal is a very limited cmd based on the subprocess. Basically, every command is a new terminal so commands like python3 will not work.

Moosems commented 2 years ago

Is there any way to make it work?

Moosems commented 2 years ago

In particular, I am fine with the subprocess not taking inputs but it asking for the command line toolchain can be a problem at times