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.

Author gregory.p.smith
Recipients Arfrever, asvetlov, chris.jerdonek, gregory.p.smith
Date 2012-10-10.09:32:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349861563.57.0.147982887146.issue16114@psf.upfronthosting.co.za>
In-reply-to
Content
replacing repr(args[0]) with repr(executable) in the identified python should be sufficient for this bug as originally reported.

BUT it goes deeper:  I just ran into this error in a different case.  It also happens when cwd is passed and the chdir(cwd) fails in the child process.  args[0] is reported as not found rather than cwd in the error message.

I have a test and fix for that.  I'll take care of both.
History
Date User Action Args
2012-10-10 09:32:43gregory.p.smithsetrecipients: + gregory.p.smith, Arfrever, asvetlov, chris.jerdonek
2012-10-10 09:32:43gregory.p.smithsetmessageid: <1349861563.57.0.147982887146.issue16114@psf.upfronthosting.co.za>
2012-10-10 09:32:43gregory.p.smithlinkissue16114 messages
2012-10-10 09:32:43gregory.p.smithcreate