The error was due to gr-osmosdr not being installed.
Resolved after sudo apt-get install gr-osmosdr
I am glad you found the issue.
One thing that is worth mentioning: GR will support python 3 only from
GR 3.8 and currently runs with python2.
I therefore recommend you to use the command "p
Hi,
The error was due to gr-osmosdr not being installed.
Resolved after sudo apt-get install gr-osmosdr
On Sat, May 13, 2017 at 3:36 PM, Moritz Luca Schmid <
luca.moritz.sch...@gmail.com> wrote:
> Hey,
>
>
>
> Hi,
>>
>> Is there any way to run GNU Radio flow graphs using python from the
>> com
Hey,
Hi,
Is there any way to run GNU Radio flow graphs using python from the
command line?
You can usually run your GRC generated python script from command line.
The execution of the flow graph in GRC is the same operation like
running the generated python file manually over the command l
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 "ImportE