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

2011-06-01 Thread Cal Leeming
Cal Leeming added the comment: Ah okay, shell=True is a good work around then :) Thanks! Cal -- ___ Python tracker ___ ___ Python-b

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

2011-06-01 Thread R. David Murray
R. David Murray 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