running system command from python.
Posted: Wed Nov 02, 2016 2:57 pm
I am trying to run a system command from python.
The command I wish to run is echo "Some Text" | festival --tts
Python doc says system calls are all depreciated in favour of subprocess but I don't seem to be able to get subprocess to work, I assume because of the pipe
The command I wish to run is echo "Some Text" | festival --tts
Python doc says system calls are all depreciated in favour of subprocess but I don't seem to be able to get subprocess to work, I assume because of the pipe