Saturday, May 13, 2017

[Discuss-gnuradio] Run GRC flow graphs using python from command line

Hi,

Is there any way to run GNU Radio flow graphs using python from the command line?

I have built the flow graph for a FM Receiver in GRC and have generated the .py file. Executing the flow graph in GRC works fine. However when I run using python:
python WBFM_Rx.py
I get an error saying "ImportError: No module named osmosdr"

Can I expect to have a working FM Receiver by running from the command line using the auto generated python script?

Appreciate any pointers.

Thanks.


No comments:

Post a Comment