Mike Driscoll wrote: > You can use cStringIO to create a "file-like" object in memory: > > http://docs.python.org/library/stringio.html No, you can't with subprocess. The underlying operating system API requires a file descriptor of a real file. Christian