Hi Martin,
Thanks for your reply, I actually started trying to do this with popen, but
didn't pursue it as I wasn't sure that it would work this way. Now that you
have confirmed that it can be done like this, I will continue on this path
(and will read up on subprocess etc as well :-)). Thinking
AbsoluteMatt wrote:
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 windo
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 lik