[issue14091] python subprocess hangs if script called from another directory
Massimo Paladin
report at bugs.python.org
Wed Feb 22 23:05:28 CET 2012
Massimo Paladin <massimo.paladin at gmail.com> added the comment:
Yes, the expected one:
^CTraceback (most recent call last):
File "/tmp/example.py", line 7, in <module>
p = Popen(args)
File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14091>
_______________________________________
More information about the Python-bugs-list
mailing list