On Sat, 2008-12-27 at 22:01 -0500, Marcus D. Leech wrote: > This code worked as of a couple of weeks ago: > > self.subdev[0].set_bw(lbw) > > It now provokes: [...] > AttributeError: 'db_base_sptr' object has no attribute 'set_bw'
Just a reminder that when updating using svn from the trunk, one should run 'sudo make uninstall' and 'make distclean' from the existing source code tree *first*. You can usually get away with not doing this, but not at the moment. The above problem was caused by stray files left from a previous installation. -Johnathan _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
