discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Re: [Discuss-gnuradio] Information on ticket:181 and invitation to h


From: Firas Abbas
Subject: Re: Re: [Discuss-gnuradio] Information on ticket:181 and invitation to help (long)
Date: Tue, 5 Feb 2008 07:48:25 -0800 (PST)

Hi,


> Eric Blossom <address@hidden> 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 :




> ====================================================
> address@hidden:~$ 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
>




reply via email to

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