[issue12235] subprocess throws wrong exception if script can't be executed

R. David Murray report at bugs.python.org
Wed Jun 1 19:54:28 CEST 2011


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

Ah, I see.  Agreed with the closing, then.

Cal: one way to debug this kind of thing is to try the same command with shell=True.  Then the shell will generate its special error message.

Changing the title back to something that might be recognizable to others who run into this problem.

----------
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed
title: subprocess loses stderr information when _execute_child fails -> subprocess throws wrong exception if script can't be executed

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


More information about the Python-bugs-list mailing list