Re: [Tutor] how to see a terminal window showing progress of os.system

2009-12-20 Thread pedro
On 2009-12-17 20:02:03 -0500, "Alan Gauld" said: "pedro" wrote Hi I am sending commands to the command line using python's os.system. Is there a way to see a terminal window showing the progress of os.system as if you had just run the command from a normal terminal window? As it is now it

Re: [Tutor] how to see a terminal window showing progress of os.system

2009-12-17 Thread Alan Gauld
"pedro" wrote Hi I am sending commands to the command line using python's os.system. Is there a way to see a terminal window showing the progress of os.system as if you had just run the command from a normal terminal window? As it is now it runs completely in the background You can someti

[Tutor] how to see a terminal window showing progress of os.system

2009-12-17 Thread pedro
Hi I am sending commands to the command line using python's os.system. Is there a way to see a terminal window showing the progress of os.system as if you had just run the command from a normal terminal window? As it is now it runs completely in the background ___