Can't import gotenna_packet module from within GNU Radio Companion
Closed this issue · 1 comments
argilo commented
When opening the various gotenna*.grc flow graphs in GNU Radio Companion, the following errors may appear:
Can't interpret source code: No module named 'gotenna_packet'
Import "import gotenna_packet" failed.
This happens because the current directory may not be part Python's module search path. (PyBOMBS adds the empty string to PYTHONPATH
, but native installations do not have this.)
For the time being, a workaround is to run sudo cp gotenna_packet.py /usr/local/lib/python3.*/dist-packages/
.