[issue7021] subprocess.Popen doesn't work without "executable="

2009-09-29 Thread Konstantin M. Khankin
Konstantin M. Khankin added the comment: Sorry, it's my fault. I must write it as list, not as string -- status: open -> closed ___ Python tracker <http://bugs.python.or

[issue7021] subprocess.Popen doesn't work without "executable="

2009-09-29 Thread Konstantin M. Khankin
Konstantin M. Khankin added the comment: And I still can't make it works. Now sendmail is called but says that "Recipient addresses must be specified on the command line or via the - -- ___ Python tracker <http://bugs.python.

[issue7021] subprocess.Popen doesn't work without "executable="

2009-09-29 Thread Konstantin M. Khankin
New submission from Konstantin M. Khankin : 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