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: George Nychis
Subject: Re: [Discuss-gnuradio]Why I can't success run example : FM Receiver
Date: Wed, 19 Mar 2008 12:34:47 -0400
User-agent: Thunderbird 2.0.0.12 (X11/20080227)



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]