|
2009-11-29
, 15:35
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#2
|
if anyone can comfirm that something like this..
os.system("ls > process_output.log")
would work , it would be of really great help..
The Following User Says Thank You to Khertan For This Useful Post: | ||
|
2009-11-29
, 18:36
|
|
Posts: 251 |
Thanked: 131 times |
Joined on Oct 2009
@ USA
|
#3
|
Also if there are any alternatives to using os.system. I would like to know.
Recently for one of my apps i was using os.system() call. to execute a few shell toolkits...
But found out that everything apart from that (all the print statements) are working .. but only those with os.system fail..
I have "import os"
weird thing is that it works on scratchbox but now when put onto the phone.
Can any one please help me.. its a bit urgent as well..
if anyone can comfirm that something like this..
os.system("ls > process_output.log")
would work , it would be of really great help..
Also if there are any alternatives to using os.system. I would like to know..
Thanks...