I find that it sometimes helps to add "shell=True" to a call to
subprocess.Popen.  (I'm not sure why, but you could try that.)

On Apr 22, 10:21 am, VictorMiller <victorsmil...@gmail.com> wrote:
> I should say that my call is
>
> subprocess.Popen(myargs,stdin=subprocess.PIPE,stdout=subprocess.PIPE,stderr 
> =subprocess.STDOUT)
>
> where myargs is the usual list of tokens in the command
>

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to