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


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to