you may try subprocess.check_call instead of Popen
regards
henrik
>reply to message:
>date: 18.06.2010 19:05:21
>from: "Tim Sawyer"
>to: django-users@googlegroups.com
>subject: subprocess.Popen breaks dev server
>
>Hi Folks,
>
>I have code that does thi
Hi Folks,
I have code that does this:
lCommand = ["hg","history", "-r", "%s:%s" % (pFrom, pTo)]
lProcess = subprocess.Popen(lCommand, stdin=subprocess.PIPE,
stdout=subprocess.PIPE)
in a view. When using the dev server, I'm quite often getting a blank
page instead of my HTML, and for each pa
2 matches
Mail list logo