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 r.david.murray
Recipients jaystrict, r.david.murray
Date 2015-10-26.17:08:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445879330.48.0.838545661954.issue25481@psf.upfronthosting.co.za>
In-reply-to
Content
On some unix systems you cannot execute files in /tmp, even if x is set.  Is that true for yours?  Bascially, subprocess is just reporting the error that the OS is reporting to it, which is why I say the messages is almost certainly correct.
History
Date User Action Args
2015-10-26 17:08:50r.david.murraysetrecipients: + r.david.murray, jaystrict
2015-10-26 17:08:50r.david.murraysetmessageid: <1445879330.48.0.838545661954.issue25481@psf.upfronthosting.co.za>
2015-10-26 17:08:50r.david.murraylinkissue25481 messages
2015-10-26 17:08:50r.david.murraycreate