[issue25481] PermissionError in subprocess.check_output() when running as a different user (not login shell)

R. David Murray report at bugs.python.org
Mon Oct 26 13:08:50 EDT 2015


R. David Murray added the comment:

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.

----------

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


More information about the Python-bugs-list mailing list