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


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to