Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
No, the class you are creating with cStringIO.cStringIO is actually
called cStringIO.cStringI.
--
nosy: +benjamin.peterson
resolution: -> invalid
status: open -> closed
___
Python tracker <[EMA
New submission from Martin Mokrejs <[EMAIL PROTECTED]>:
I try to get working pipe emulation using Popen. I try to pass StringIO
object to p1.stdin of the first process and I got the following:
File "/usr/lib/python2.5/subprocess.py", line 587, in __init__
errread, errwrite) = self._get_han