discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Measuring SNR


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Measuring SNR
Date: Thu, 12 Feb 2009 08:42:04 -0800
User-agent: Mutt/1.5.18 (2008-05-17)

On Thu, Feb 12, 2009 at 08:57:11AM -0600, Swapna Raj wrote:
> Hi,
> 
> My second question is more related to Python programming. I need to run a
> series of scripts one after the other in my work.Though these scripts work
> fine independently. I get an error when I use os.popen(). In most cases I do
> not want the control to return back to the calling script.Could any one
> suggest what is the best way to do this, or atleast a reference?

Try

   os.system("ls -l")

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]