This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: include path in subprocess.Popen() file not found error messages on Windows
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.4
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, chris.jerdonek, gregory.p.smith
Priority: normal Keywords:

Created on 2012-10-10 12:21 by chris.jerdonek, last changed 2022-04-11 14:57 by admin.

Messages (2)
msg172569 - (view) Author: Chris Jerdonek (chris.jerdonek) * (Python committer) Date: 2012-10-10 12:21
Currently, when subprocess.Popen() raises a FileNotFoundError on POSIX systems, the error message helpfully includes the path not found.  But it does not do so on Windows.

This issue is to include the path also in the messages of the corresponding errors on Windows.

See also the related issue 16114.
msg223107 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-07-15 13:28
Slipped under the radar?
History
Date User Action Args
2022-04-11 14:57:37adminsetgithub: 60389
2019-04-26 19:35:48BreamoreBoysetnosy: - BreamoreBoy
2014-07-15 13:28:38BreamoreBoysetnosy: + BreamoreBoy
messages: + msg223107
2012-10-10 12:21:22chris.jerdonekcreate