Having compiled and installed gr-dab on Radioconda / Windows I tried to run dab_receiver.grc. GRC responded with
AttributeError: module 'gnuradio.dab' has no attribute 'ofdm_demod'
There is a YAML file dab_ofdm_demod.block.yml but the correspnding dab_ofdm_demod.cc and dab_ofdm_demod.h files are missing.
Please upload dab_ofdm_demod.cc and dab_ofdm_demod.h
ofdm_demod is a hierarchical block defined in python/dab/ofdm.py. I don't know what causes this issue for you, but I'm fairly certain it's not a missing file.
Having compiled and installed gr-dab on Radioconda / Windows I tried to run dab_receiver.grc. GRC responded with
AttributeError: module 'gnuradio.dab' has no attribute 'ofdm_demod'
There is a YAML file dab_ofdm_demod.block.yml but the correspnding dab_ofdm_demod.cc and dab_ofdm_demod.h files are missing.
Please upload dab_ofdm_demod.cc and dab_ofdm_demod.h