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
"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
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
___