Need help with os.system in linux

excord80 excord80 at gmail.com
Fri Jan 16 20:32:49 EST 2009


On Jan 16, 7:05 pm, akshay bhat <akshayub... at gmail.com> 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 finished,
> Can you please tell me how to implement this in linux?

Maybe it runs faster in GNU/Linux? :)

Either way, you probably want to post some minimal example code if you
would like more help on this.



More information about the Python-list mailing list