On 2/22/07, Nagendra Singh <singh01 at gmail.com> wrote: > How can I get python to display > the results in the interactive window or what is the right way to do this. Use os.popen: http://docs.python.org/lib/os-newstreams.html#os-newstreams -- - Rikard.