discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Evaluation failure of oot module block


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] Evaluation failure of oot module block
Date: Fri, 19 Feb 2016 11:10:52 -0500

Hi chandan - Try setting the PYTHONPATH environment variable in your
shell to include the /path/to/your/module, and make sure that the
/path/to/FEC/module is also in the PYTHONPATH, if they were installed
into different directories. All of the GR modules need to be in the
PYTHONPATH somewhere in order for the to be found and work correctly.
Hope this helps! - MLD

On Thu, Feb 18, 2016, at 03:18 PM, chandan kumar wrote:
> I have implemented a convolutional encoder for streaming type data source. I 
> tested the block for different polynomials and rate. Test are passed. I 
> installed the module and build a flow graph. When I evaluate the output of 
> block with a graphical sink, the data was not correct. I also switched from 
> python to c++ and did slight changes in my code, used known data in flow 
> graph using file sink, but it was found ineffective. I wonder how this could 
> happen if the test is passed. The data used in test were manually verified 
> for their correctness.
> 
> I have also encountered problems with newly created oot modules. When I add 
> and install some block to the module, and create flow graph using that block, 
> it gives an import error.
> 
> {{
> 
>    Importerror: unable to import fec
> 
> }}
> 
> I tried to set python path using
> 
> {{
> 
>     import sys
>     sys.path.append('/path/to/module')
> 
> }}
> 
> but were found unsuccessful.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]