Below is the shell command that works fine if ran as is: C:\FinalTest>fix.exe -com 17 -baud 38400 -setconfig base.dat
I'm trying to automate it using the following python command but it gives me an error: "....returned non-zero exit status 1" subprocess.check_call(['c:/FinalTest/fix.exe', '-com 17','-baud 38400', '-setconfig base.dat']) Where is the problem? Thank You! Tim _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
