Re: [Discuss-gnuradio] Problem with "How-to-write-a-block"-tutorial

2009-02-20 Thread Mir Ali
It happened to me once and I found that there was a problem with the way I wrote the SWIG interface file. Make sure that the .i file is correct. I hope it helps. Thanks, Ali On Fri, Feb 20, 2009 at 7:55 AM, Martin Braun wrote: > On Fri, Feb 20, 2009 at 10:32:03AM +0100, Emil Molin wrote: > > Im

Re: [Discuss-gnuradio] Problem with "How-to-write-a-block"-tutorial

2009-02-20 Thread Martin Braun
On Fri, Feb 20, 2009 at 10:32:03AM +0100, Emil Molin wrote: > Im still baning my head against the wall here, ive linked everything exactly > like in the example but it just gives the same error message on running the > tests. > If banging your head doesn't help (I find a wooden table most effecti

Re: [Discuss-gnuradio] Problem with "How-to-write-a-block"-tutorial

2009-02-20 Thread Emil Molin
Im still baning my head against the wall here, ive linked everything exactly like in the example but it just gives the same error message on running the tests. 2009/2/19 Emil Molin > > > 2009/2/18 Eric Blossom > > On Wed, Feb 18, 2009 at 03:39:52PM +0100, Emil Molin wrote: >> > Hi and thanks fo

Re: [Discuss-gnuradio] Problem with "How-to-write-a-block"-tutorial

2009-02-19 Thread Emil Molin
2009/2/18 Eric Blossom > On Wed, Feb 18, 2009 at 03:39:52PM +0100, Emil Molin wrote: > > Hi and thanks for the help, yes ive run it (and ive renamed the block to > > 'test' instead of 'howto_2' but i still get something wrong obviously > > because when running the test script i get this error: >

Re: [Discuss-gnuradio] Problem with "How-to-write-a-block"-tutorial

2009-02-18 Thread Eric Blossom
On Wed, Feb 18, 2009 at 03:39:52PM +0100, Emil Molin wrote: > Hi and thanks for the help, yes ive run it (and ive renamed the block to > 'test' instead of 'howto_2' but i still get something wrong obviously > because when running the test script i get this error: > > File "./qa_test.py", line 6,

Re: [Discuss-gnuradio] Problem with "How-to-write-a-block"-tutorial

2009-02-18 Thread Martin Braun
On Wed, Feb 18, 2009 at 03:39:52PM +0100, Emil Molin wrote: > Hi and thanks for the help, yes ive run it (and ive renamed the block to > 'test' > instead of 'howto_2' but i still get something wrong obviously because when > running the test script i get this error: > > File "./qa_test.py", line

Re: [Discuss-gnuradio] Problem with "How-to-write-a-block"-tutorial

2009-02-18 Thread Emil Molin
Hi and thanks for the help, yes ive run it (and ive renamed the block to 'test' instead of 'howto_2' but i still get something wrong obviously because when running the test script i get this error: File "./qa_test.py", line 6, in from gnuradio import gr, gr_unittest, test File "/Library/P

[Discuss-gnuradio] Problem with "How-to-write-a-block"-tutorial

2009-02-18 Thread Emil Molin
Hi again, so ive done the tutorial and i got the make check to pass the test the howto module is obviously installed. So for a second tutorial i made a simple change to blocks i simply (like someone else here had done) changed the name of everything to a new module ("howto2) and changed it from co