SignalsEverywhere / gr-dect2

GNURadio DECT Audio Decoder, Updated for US channels
GNU General Public License v3.0
62 stars 20 forks source link

dect2.grc error when executing in gnuradio #11

Open msfu101 opened 4 years ago

msfu101 commented 4 years ago

Hi, i've got this error when executing the dect2.grc flowgraph in gnuradio 3.8 under Kali:

Generating: '/root/gr-dect2/grc/top_block.py'

Executing: /usr/bin/python3 -u /root/gr-dect2/grc/top_block.py

Traceback (most recent call last): File "/root/gr-dect2/grc/top_block.py", line 39, in import dect2 ModuleNotFoundError: No module named 'dect2'

Done (return code 1)

What can i do now to get this thing working?

N3j10 commented 1 year ago

hi, same problem, do you resolve it?