drmpeg/gr-dvbt2

dvbt2-blade.py Attribute error

Closed this issue · 1 comments

Unable to run dvbt2-blade.py. The following error returned;

Traceback (most recent call last):
  File "./dvbt2-blade.py", line 165, in <module>
    main(sys.argv[1:])
  File "./dvbt2-blade.py", line 37, in main
    version = dvbt2.VERSION_111
AttributeError: 'module' object has no attribute 'VERSION_111'

Re-produce:
./dvbt2-blade.py adv4k64qam.ts

OS: Ubuntu 16.04.2
SDR: BladeRF
GNURadio: From Ubuntu package 3.7.9
Note: Did not attempt to "make install" gr-dvbt2 as I believe is now part of GNURadio?