Hi Guys, This is my first post here and my first time developing a tkinter app - so please go easy:-) I have to say I have found it really nice so far, but am struggling on one point.
What I want to be able to do is take a system command and "pipe" it to a scrollable window, however I would like it to follow the execution of the command dynamically. The command that I am running is not one that will execute in a few seconds allowing me to send the result to a scrollable window - which I understand how to do. The link below shows an example of someone doing this: http://mail.python.org/pipermail/python-list/2004-September/281344.html What I am actually doing is running an oracle IMP command and would like to follow the imported tables/rows etc from the app Any suggestion about how to display in this way do this would be much appreciated. Many Thanks, Matt -- View this message in context: http://www.nabble.com/Dynamic-output-of-%22DOS%22-command-in-tkinter-tp16849178p16849178.html Sent from the Python - tkinter-discuss mailing list archive at Nabble.com. _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss