Adding modified .py files to applications

Sorry if I’m double posting, but I don’t know if yesterday’s message
got to the mailing list. I want to edit db_tv_rx.py in order to set
the three aplification gains independently. How do I include a
modified .py file in the Gnuradio installation to make my Gnuradio
application use the new file?

Thank you

Sebastiaan H.

Sebastiaan H. wrote:

Sorry if I’m double posting, but I don’t know if yesterday’s message
got to the mailing list. I want to edit db_tv_rx.py in order to set
the three aplification gains independently. How do I include a
modified .py file in the Gnuradio installation to make my Gnuradio
application use the new file?

When you’re done modifying it, do a ‘sudo make install’

  • George

George

Thanks. So I just reinstall GnuRadio with the new .py file and next
time I use a TvRX daughterboard, I’ll be able to access any newly
created functions?

Sebastiaan

Sebastiaan H. wrote:

George

Thanks. So I just reinstall GnuRadio with the new .py file and next
time I use a TvRX daughterboard, I’ll be able to access any newly
created functions?

Sorry I didn’t realize you also had a new file, I thought you were just
modifying an already existing file. Take a look at the Makefile.am in
the directory you’re adding the new files and you should get the idea.

  • George