Re: [Discuss-gnuradio] python exception

2007-08-31 Thread Johnathan Corgan
Dominik Auras wrote: > Exception exceptions.ReferenceError: 'weakly-referenced object no longer > exists' in > > ignored The subdev object internally holds a weak reference to the USRP object (this avoids a circular dependency.) When your class goes out of scope at the end of your application,

[Discuss-gnuradio] python exception

2007-08-31 Thread Dominik Auras
Hi! Any idea where this exception can come from? Exception exceptions.ReferenceError: 'weakly-referenced object no longer exists' in > ignored The code does not explicitly delete the subdevice. I instantiate the usrp object, then I retrieve a handle to the subdev to set gain etc. Handles to usrp