Hi everyone, I made an update of gnuradio in my university lab computers. They were using the 3.4.1 version, and I changed it to 3.5.3 version. However, some of the programs made for the old versions stopped working. When I run the script made by another student for the old version, I get this error:
traceback(most recent call last): (...) File "/usr/local/lib/python2.6/dist-packages/gnuradio/blks2impl/gmsk.py", line 223, in __init__ self.clock_recovery = gr.clock_recovery_mm_ff(self._omega, self._gain_omega, AttributeError: 'module' object has no attribute 'clock_recovery_mm_ff' Which is basically saying that a script installed by the gnuradio installation itself (/usr/local/lib/python2.6/dist-packages/gnuradio/blks2impl/gmsk.py) is still working with the old methods since 'clock_recovery_mm_ff' doesn't exist anymore. Does this mean that the installation wasn't well made? -- View this message in context: http://old.nabble.com/Problem-in-the-update-tp33661146p33661146.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio