[issue3440] Starting any program as a subprocess fails when subprocess.Popen has env argument

R. David Murray report at bugs.python.org
Mon Apr 13 22:01:22 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

As I said, if you replace the environment it is your responsibility to
supply a working environment.  I've attached a doc patch that adds a
warning about this with the information that a valid SystemRoot is
needed to run a side-by-side assembly (whatever that is :).

If you think the doc patch is accurate I will commit it (unless Georg
objects).

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file13683/issue3440-doc.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3440>
_______________________________________


More information about the Python-bugs-list mailing list