[New-bugs-announce] [issue7021] subprocess.Popen doesn't work without "executable="

Konstantin M. Khankin report at bugs.python.org
Wed Sep 30 04:55:59 CEST 2009


New submission from Konstantin M. Khankin <homecreate at list.ru>:

I'm need to call sendmail. So I wrote:
http://paste.org.ru/?imuoia
os.stat there is to confirm that python can have access to sendmail
executable
That code returned an exception:
http://paste.org.ru/?jbxadp
But documentation says, that I can write executable name with args in
"args=" parameter. But program didn't work until I wrote
"/usr/sbin/sendmail" both in the "executable=" and "args=" parameters

----------
components: Library (Lib)
messages: 93344
nosy: hc
severity: normal
status: open
title: subprocess.Popen doesn't work without "executable="
type: behavior
versions: Python 2.6

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


More information about the New-bugs-announce mailing list