Hi,

> Eric Blossom <[EMAIL PROTECTED]> wrote:
>
> Did you do a "make install" before running this?
>
> Eric


Yes. The GNU Radio is working. Only when I run the sequence tb.start() , 
tb.stop() then tb.start() in the running python code, I get this problem [I 
cannot run tb.start() two times].

Regards,

Firas


 On Mon, Feb 04, 2008 at 11:47:57PM -0800, Firas A. wrote:
> 
> Hi,
> 
> > Jonhathan wrote :
> >
> > Please only post to the list if the problem continues even after using
> > trunk revision >= 7461; we're looking for exceptions at this point.
> 
> As with r7554, GNU Radio still have the swig problem with top_block(). The
> flow_graph does not have this problem. I'm using Ubuntu 7.10, on P4 system.
> Here is my tests :




> ====================================================
> [EMAIL PROTECTED]:~$ python
> Python 2.5.1 (r251:54863, Oct  5 2007, 13:36:32) 
> [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from gnuradio import gr
> >>> tb = gr.top_block()
> >>> tb.start ()
> >>> tb.stop ()
> >>> tb.start ()
> terminate called after throwing an instance of 'std::runtime_error'
>   what():  already running
> Aborted
> 



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

Reply via email to