El viernes, 8 de marzo de 2013, 3n2 Solutions <[email protected]> escribió:
> 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? > Maybe you could try to give the full path for base.dat as you did with fix.exe -- Sent from Gmail Mobile
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
