Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #33976

Re: os.popen and the subprocess module

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: os.popen and the subprocess module
Date 2012-11-27 18:29 +0000
References <op.wof1nunc23fxu8@drewx-pc>
Newsgroups comp.lang.python
Message-ID <mailman.318.1354040927.29569.python-list@python.org> (permalink)

Show all headers | View raw


On 27/11/2012 18:00, Andrew wrote:
> Hello world,
>
> I'm working on a script that will run an executable obtaine the output
> from the executable
> and do some analysis on the output. Essentially the script runs the
> executable analyses
> the data.
> I'm looking into os.popen and the subprocess module, implementing
> os.popen is easy but i hear
> it is depreciating  however I'm finding the implemantation of subprocess
> daunting can anyone help
>
> Dx

os.popen is alive and kicking in Python 3.3, see here 
http://bugs.python.org/issue6490 for more.  And I think you meant 
deprecated :)

-- 
Cheers.

Mark Lawrence.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: os.popen and the subprocess module Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-11-27 18:29 +0000

csiph-web