On Wed, Jul 1, 2009 at 02:06, Burak TUYSUZ<[email protected]> wrote:
> I guess something changed on some packages and I am having problems to run
> this code.
>
> # if self.u.db[0][0].dbid() != usrp_dbid.BASIC_RX:
> # sys.stderr.write('This code requires a Basic Rx board on Side
> A\n')
> # sys.exit(1)
The dbid array is now a function, so 'self.u.db[0][0]' has become
'self.u.db(0, 0)'.
Johnathan
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio