Sounds like a python path issue. Please ensure that the PYTHONPATH environment variable is set to include wherever directory `make install` placed things. PYTHONPATH by default includes /usr/lib/python3.8/... but does not automatically search for /usr/local/lib/python3.8/...
Can you share where things went when you did `make install`?
Thanks,
Josh
On Sun, Oct 31, 2021 at 8:07 AM Nikoloz Glonti <ng91@glonti.com> wrote:
Dear Gnuradio Community,
I built and installed tutorial module with qpsk demod block inside -
just from tutorial on
"https://wiki.gnuradio.org/index.php/Guided_Tutorial_GNU_Radio_in_C%2B%2B" .
I get an error:
File "/home/ng/test.py", line 35, in <module>
import tutorial
ModuleNotFoundError: No module named 'tutorial'
How can I fix that? I use GRC version 3.9.
Thanks for help
Niko
No comments:
Post a Comment