subprocess command fails

Larry Hudson orgnut at yahoo.com
Sat Feb 21 15:33:31 EST 2015


On 02/20/2015 08:47 PM, Brad s wrote:
[...]
> print("command = %r" % (cmdargv,))
> sfmove = subprocess.call(cmdargv)
>
>
>
> also, is the % to Python what precision is to C++?
>

No.  It is like the % in C's printf().

      -=- Larry -=-




More information about the Python-list mailing list