Re: Redirecting command prompt to a gui realtime
Cameron Laird <[email protected]>
| Newsgroups | gmane.comp.python.tkinter |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Feb 24, 2015 at 10:16:52PM +0530, Kamlendra Chandra wrote: . . . > I want to redirect the console or command line output to a python gui in > realtime. > > But most of the codes i have seen waits for the script to complete than > show up in gui. > > My script is long and it shows is progress while executing, i want a > realtime output on gui. . . . Perfectly sensible. Do you see how to apply <URL: http://wiki.tcl.tk/1526 > and its references?