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
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
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
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:
>
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,
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
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
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