Re: run a script getting 4 arguments from another script

2011-07-22 Thread Thomas Jollans
On 23/07/11 00:46, souleymane yo wrote: > my initial file name is SpO2Sweep.loops.py > In the new file I write this code to run the first one. > > [code:] > import SpO2Sweep.loops.py > SpO2Sweep.loops.py.run("com1","0","30","0.0001") > > > and It looks like the arguments are not passed to the fi

run a script getting 4 arguments from another script

2011-07-22 Thread souleymane yo
my initial file name is SpO2Sweep.loops.py In the new file I write this code to run the first one. [code:] import SpO2Sweep.loops.py SpO2Sweep.loops.py.run("com1","0","30","0.0001") and It looks like the arguments are not passed to the first file. can someone help me? -- http://mail.python.org/