git-artes / gr-isdbt

DTV ISDB-T in GNURadio
http://iie.fing.edu.uy/investigacion/grupos/artes/gr-isdbt/
Other
148 stars 35 forks source link

'module' object has no attribute 'viterbi_decoder' #6

Closed racerxdl closed 8 years ago

racerxdl commented 8 years ago

It seens that Viterbi Decoder is not added to the source tree. I couldn't find its source code and neither is on python module.

>>> import isdbt
>>> dir(isdbt)
['__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', 'isdbt_channel_decoding', 'isdbt_rf_channel_decoding']
>>> 'module' object has no attribute 'viterbi_decoder'

I think it may be erased on a random commit, but I couldnt find where.

racerxdl commented 8 years ago

Ok, I will close it. It was missing the SWIG. I get no error in cmake, just a warning and I didnt saw it. Now it is working.