Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pipe

Why Is Piping Output Of Subprocess So Unreliable With Python?

(Windows) I wrote some Python code that calls the program SoX (subprocess module), which outputs th… Read more Why Is Piping Output Of Subprocess So Unreliable With Python?

Python: Select() Doesn't Signal All Input From Pipe

I am trying to load an external command line program with Python and communicate with it via pipes.… Read more Python: Select() Doesn't Signal All Input From Pipe

Multiple Named Pipes In Ffmpeg

This question is the follow-up of this question In my application I want to modify various mp3 and … Read more Multiple Named Pipes In Ffmpeg

Reading Stdout From Xinput Test In Python

I am trying to stream the output of xinput into my python program, however my program just waits an… Read more Reading Stdout From Xinput Test In Python

Passing A Pipe/connection As Context Arg To Multiprocessing Pool.apply_async()

I want to use pipes to talk to the process instances in my pool, but I'm getting an error: Let … Read more Passing A Pipe/connection As Context Arg To Multiprocessing Pool.apply_async()

Reading Output From Child Process Using Python

The Context I am using the subprocess module to start a process from python. I want to be able to a… Read more Reading Output From Child Process Using Python

Sending Data (bytesio Buffer) Through A Pipe Works But Causes A Fatal Python Exception

Using Python 2.7 on Windows, the following code works but causes a problem with msvc. import io i… Read more Sending Data (bytesio Buffer) Through A Pipe Works But Causes A Fatal Python Exception

Calling Python Script With Subprocess.popen And Flushing The Data

Ok so i've seen dozen of threads like that , but none of them gives a complete answer and every… Read more Calling Python Script With Subprocess.popen And Flushing The Data

Using Python Popen To Read The Last Line

I have a simple python program: test.py: import time for i in range(100000): print i time.s… Read more Using Python Popen To Read The Last Line

Python: Send Command To Mplayer Under Slave Mode

I'm trying to send command via pipe to mplayer when running it under slave mode like this: impo… Read more Python: Send Command To Mplayer Under Slave Mode

Python Subprocess PIPE Blocking

The subprocess will output several characters, and I want to send some response via stdin. The leng… Read more Python Subprocess PIPE Blocking

Sending Data (BytesIO Buffer) Through A Pipe Works But Causes A Fatal Python Exception

Using Python 2.7 on Windows, the following code works but causes a problem with msvc. import io i… Read more Sending Data (BytesIO Buffer) Through A Pipe Works But Causes A Fatal Python Exception

Python Subprocess PIPE Blocking

The subprocess will output several characters, and I want to send some response via stdin. The leng… Read more Python Subprocess PIPE Blocking