Re: portable way to tell what Popen will call

2008-05-14 Thread Ville M. Vainio
Brendan Miller <[EMAIL PROTECTED]> writes: > For instance on unix systems, Popen will work for files flagged with > the executable bit, whereas on windows Popen will work on files > ending the in .exe extension (and I don't think anything else). Is > there a portable way Actually, if you pass the

Re: portable way to tell what Popen will call

2008-05-14 Thread Gabriel Genellina
En Tue, 13 May 2008 23:14:56 -0300, Brendan Miller <[EMAIL PROTECTED]> escribió: I need a portable way to tell what subprocess.Popen will call. For instance on unix systems, Popen will work for files flagged with the executable bit, whereas on windows Popen will work on files ending the in .e