Diez B. Roggisch wrote:
> Christian told you how to work with popen. Just for the record thogh: 
> there are the StringIO and cStringIO-modules.

IIRC subprocess requires a real file with a file descriptor for the
standard streams. An object with a write or read method isn't enough.

Christian

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to