discuss-gnuradio
[Top][All Lists]
Advanced

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

RE: [Discuss-gnuradio]Why I can't success run example : FM Receiver


From: JackyYang
Subject: RE: [Discuss-gnuradio]Why I can't success run example : FM Receiver
Date: Thu, 20 Mar 2008 01:23:27 +0800

Dear sir:

It is work!! Thank you very much.
But, why I can't see graph?
I have installed GNU Radio Companion, is it run on GRC?

>JackyYang wrote:
>> When I run example 1:Dial Tone Output.
>> 
> >I get error message:
>> 
>>Traceback (most recent call last):
>> 
>>   File "am.py", line 20, in <module>
>> 
>>     fg = build_graph ()
>> 
>>   File "am.py", line 10, in build_graph
>> 
>>     fg = gr.flow_graph ()
>> 
>> AttributeError: 'module' object has no attribute 'flow_graph'
>> 

>in the script, change:
>    fg = gr.flow_graph()
>to:
>    fg = gr.top_block()
>
>Then run again.
>
>- George





reply via email to

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