In message <[EMAIL PROTECTED]>, twigster 
<[EMAIL PROTECTED]> writes
>Hi,
>
>I need to display in real time the output of a command line tool in a 
>GUI written so far with Tkinter and Pmw. I've got a command line tool 
>that I want to integrate to a GUI. The parameters are set using the GUI 
>and a button executes the command. The calc is long so I need to see 
>how fast it goes. This is given by the stdout...
>
>any idea how to do this?
>
>thanks
>Alexandre

Full of Christmas spirit, I'll suggest a look at
     http://lfw.org/python/Console.py
I find it a few days ago when I was hunting for a way to "print" to the 
tkinter window rather than stdout.

Regards
-- 
Ian Parker
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to