Re: Re: Problems about executing the flow graph and pythonpath

2021-12-07 Thread idrey
Hi Vasil, It works well now! Thanks a lot for your help! idrey

Re: Problems about executing the flow graph and pythonpath

2021-12-06 Thread Vasil Velichkov
Hi idrey, Welcome to GNU Radio! On 07/12/2021 08.52, idrey wrote: > So I added 'export > PYTHONPATH=/usr/local/lib/python3/dist-packages:$PATHONPATH'  to > .bashrc. Luckily, I can import OOT module and execute the flow graph in > terminal using 'python3 flow_graph.py' but in GRC it still not w

Problems about executing the flow graph and pythonpath

2021-12-06 Thread idrey
Hello everybody! I am new to GNU Radio and met some problems. I wrote an OOT module and compiled it successfully. However, when I used GRC to execute the flow graph including OOT blocks, it shows that "ModuleNotFoundError: No module named 'gadget'". I searched a lot about that. And I found th