Re: Need help with os.system in linux

2009-01-17 Thread Thomas Bellman
akshay bhat writes: > i am calling a program using os.system in python on Linux. > However in i found that program being executed and soon returned 256. > but when i ran it using terminal i got proper results. Under Linux (but unfortunately not generally under Unix), you can interpret return cod

Re: Need help with os.system in linux

2009-01-16 Thread excord80
On Jan 16, 7:05 pm, akshay bhat wrote: > Hello > i am calling a program using os.system in python on Linux. > However in i found that program being executed and soon returned 256. > but when i ran it using terminal i got proper results. > Now in case of windows, python waits till the process is fi