Hello List;
I have successfully created a python program using GnuRadio Companion.
When I look at the generated “file.py” there are a number of “import”
statements.
Such as “from gnuradio import audio”, etc.
If I want to run the program on a Linux system with Python support, but
without
GnuRadio, GRC, etc. What should I do ?
Can I simply remove the “from gnuradio” part of the command and put
everything in the same directory ?
Then just change all the ‘imports’ to “import audio” etc, etc ??
Thanks;
Bill