I have a python based tkinter script which executes some commands using subprocess module. I need to display the standard output on the GUI itself. Since I am new to tk (One week Bold :) ), I need your advice How should i proceed. I have two queries:
- Which widget should I learn to display the stdout.
- How to link the stdout of subprocess to the widget you have mentioned.