[issue4925] Improve error message of subprocess

David W. Lambert report at bugs.python.org
Mon Jan 12 18:17:13 CET 2009


David W. Lambert <lambertdw at corning.com> added the comment:

Related, but outside python realm, this error likewise confuses:

$ cat <<EOF > s.sh
#! invalid path
echo hi
EOF
$ ./s.sh 
zsh: no such file or directory: ./s.sh

----------
nosy: +LambertDW

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


More information about the Python-bugs-list mailing list