Re: [Tutor] subprocess module seems to be failing...

2016-06-03 Thread dirkjso...@gmail.com
Add sound of me beating my head with a bat! :) Thanks Peter! -I was a bit too precise in my naming conventions for later review! On 06/03/2016 02:30 PM, Peter Otten wrote: dirkjso...@gmail.com wrote: Running Linux Mint 17.3 Python3.4.3 I'm following a Tutor concerning the subprocess modul

Re: [Tutor] subprocess module seems to be failing...

2016-06-03 Thread Peter Otten
dirkjso...@gmail.com wrote: > Running Linux Mint 17.3 > Python3.4.3 > > I'm following a Tutor concerning the subprocess module which said to > open a Terminal SHELL and type: > > $ python3 > >>> import subprocess > >>> subprocess.call('ls', shell=True) > > Last night the subprocess.call porti