> In addition to reposting using copy/paste, please specify the Python 
> 
> version.  There were differences between 2.6 and 2.7.
> 
> 
> 
> Short answer is that subprocess.call() returns an integral returncode. 
> 
> So zero tells you that shelling to the subprocess succeeded.
> 
> 
> 
> Perhaps you'd like to use  subprocess.check_output() instead of 
> 
> subprocess.call().
> 
> 
> 
> 
> 
> -- 
> 
> DaveA

I will try that. I am using Python 2.7
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to