Re: Virtual file for subprocess

2009-12-11 Thread Grant Edwards
On 2009-12-11, Lie Ryan wrote: > On 12/12/2009 4:07 AM, bobnotbob wrote: >> I am calling external executable from my python program (using >> subprocess). This external program's output is a text file which I >> then read and parse. Is there any way to "sandbox" the calling of >> this external p

Re: Virtual file for subprocess

2009-12-11 Thread Lie Ryan
On 12/12/2009 4:07 AM, bobnotbob wrote: I am calling external executable from my python program (using subprocess). This external program's output is a text file which I then read and parse. Is there any way to "sandbox" the calling of this external program so that it writes to a virtual file i

Virtual file for subprocess

2009-12-11 Thread bobnotbob
I am calling external executable from my python program (using subprocess). This external program's output is a text file which I then read and parse. Is there any way to "sandbox" the calling of this external program so that it writes to a virtual file instead of the hardcoded text? -- http://m