Python 3.x python IOError:[Errno 32]self.subp_.stdin.flush()处的管道断裂 [Errno 32]管道破裂请帮助我,因为我在self.subp_.stdin.flush()文件/usr/lib/python2.7/site

Python 3.x python IOError:[Errno 32]self.subp_.stdin.flush()处的管道断裂 [Errno 32]管道破裂请帮助我,因为我在self.subp_.stdin.flush()文件/usr/lib/python2.7/site,python-3.x,subprocess,Python 3.x,Subprocess,python IOError:[Errno 32]self.subp_.stdin.flush()处的管道断裂 [Errno 32]管道破裂请帮助我,因为我在self.subp_.stdin.flush()文件/usr/lib/python2.7/site packages/xxx/xyz.py“发送>self.subp_.stdin.flush()>IOError:[Errno 32]管道破裂”中的第239行遇到管道破裂问题 def send( self, sendStr, detailedT

python IOError:[Errno 32]self.subp_.stdin.flush()处的管道断裂
[Errno 32]管道破裂请帮助我,因为我在self.subp_.stdin.flush()文件/usr/lib/python2.7/site packages/xxx/xyz.py“发送>self.subp_.stdin.flush()>IOError:[Errno 32]管道破裂”中的第239行遇到管道破裂问题
def send( self, sendStr, detailedTrace=False ):
    trace = t4 if detailedTrace else t1
    trace( self.tag_, 'send: %r' %( sendStr ))
    self.subp_.stdin.write( sendStr )
    self.subp_.stdin.flush()