Re: [Discuss-gnuradio] Question about hier block

2010-03-29 Thread Axel Belliard
Hi, Thanks for taking the time to reply. I changed my code to print the data after the constuctor. But it is still not working. I guess, I 'm doing something else wrong. The changed code : #My top block from gnuradio import gr from

Re: [Discuss-gnuradio] Question about hier block

2010-03-29 Thread Eric Blossom
On Mon, Mar 29, 2010 at 10:43:08AM +0200, Axel Belliard wrote: Hi, Thanks for taking the time to reply. I changed my code to print the data after the constuctor. But it is still not working. I guess, I 'm doing something else wrong. Have you looked at any of the qa_*.py code? That code

[Discuss-gnuradio] Question about hier block

2010-03-26 Thread Axel Belliard
Hi I'm trying to make a very simple hier block. ( see the code below). When I execute my top block i get no error, but the data seems to never enter the hier block ( the print-line prints : ()). What am I doing wrong? my hier block# from gnuradio import gr class

Re: [Discuss-gnuradio] Question about hier block

2010-03-26 Thread Eric Blossom
On Fri, Mar 26, 2010 at 05:23:34PM +0100, Axel Belliard wrote: Hi I'm trying to make a very simple hier block. ( see the code below). When I execute my top block i get no error, but the data seems to never enter the hier block ( the print-line prints : ()). What am I doing wrong? You're