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


Groups > comp.lang.python > #33975

os.popen and the subprocess module

Date 2012-11-27 20:00 +0200
Subject os.popen and the subprocess module
From Andrew <drew00andy@yahoo.co.uk>
Organization Drew X
Newsgroups comp.lang.python
Message-ID <mailman.316.1354039468.29569.python-list@python.org> (permalink)

Show all headers | View raw


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
-- 
守破離(shuhari)first learn, then detach, and finally transcend

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


Thread

os.popen and the subprocess module Andrew <drew00andy@yahoo.co.uk> - 2012-11-27 20:00 +0200
  Re: os.popen and the subprocess module Tim Roberts <timr@probo.com> - 2012-11-28 20:14 -0800
  Re: os.popen and the subprocess module Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2012-11-29 10:09 +0100
    Re: os.popen and the subprocess module Nobody <nobody@nowhere.com> - 2012-11-29 18:39 +0000
      Re: os.popen and the subprocess module emile <emile@fenx.com> - 2012-11-30 10:01 -0800

csiph-web