[issue12383] subprocess.Popen(..., env={}) fails to pass empty env.
Gregory P. Smith
report at bugs.python.org
Tue Jun 21 20:21:59 CEST 2011
Gregory P. Smith <greg at krypto.org> added the comment:
That failure is likely due to the environment being empty causing the subprocess to be unable to run. Notice this error message further up:
test_empty_env (test.test_subprocess.ContextManagerTests) ... /srv/buildbot/buildarea/3.2.bolen-ubuntu/build/python: error while loading shared libraries: libpython3.2dm.so.1.0: cannot open shared object file: No such file or directory
FAIL
Looking at the environment at the top of the buildbot run log I'm not sure what it would be.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12383>
_______________________________________
More information about the Python-bugs-list
mailing list