discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Gr-Inspector Install error


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Gr-Inspector Install error
Date: Thu, 9 Feb 2017 16:38:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi Jacqueline,

that is not a fix I'd recommend – if this is really just all it takes to get your module running, than plainly, something has gone wrong with installing the gr-tutorial module. Did "make install" work well? Where did things get installed to? Is that installation target right inside your pybombs prefix?

Best regards,

Marcus


On 02/09/2017 04:27 PM, Jacqueline.Walker wrote:

Hi Tellrell and others,

 

I have been having similar problems while going through the various tutorials and have come up with some workarounds (with help from a python expert – my 21 year old son) and am now getting to the bottom of it.

I have fixed it by adding the following lines to the -_init__.py file and then re-doing the make and make install steps so that it gets compiled into the site-packages directories in the PYTHONPATH.

 

import sys

sys.path.append("/your-home-path/gr-tutorial/python/")

sys.path.append("/your-home-path/gr-tutorial/build/")

sys.path.append("/your-home-path/gr-tutorial/build/swig/")

 

I suppose I could add these paths to the sys path and that would fix the problem once and for all.

 

Regards

Jacqueline

 

From: Discuss-gnuradio [mailto:address@hidden] On Behalf Of Ben Hilburn
Sent: 09 February 2017 15:14
To: Tellrell White
Cc: GNURadio Discussion List
Subject: Re: [Discuss-gnuradio] Gr-Inspector Install error

 

Hi Tellrell -

 

It looks like your `gr-inspector` OOT module isn't getting found by GNU Radio. How did you install it? Are you using PyBOMBS? Are you sure you installed it into the same directory as GNU Radio?

 

Cheers,

Ben

 

On Tue, Feb 7, 2017 at 3:51 PM, Tellrell White <address@hidden> wrote:

I'm running the live_signal_detection. I replaced the rtlsdr_source block with a signal source block. When I run the flowgraph I get

 

        "attributerror: Module object has no attribute 'signal_detector_cvf"

 

I tried deleting and reinstalling all the dependencies before installing gr-inspector but I'm getting the same result.

 

Regards

Tellrell White

 

On Tuesday, February 7, 2017 7:53 AM, Christopher Richardson <address@hidden> wrote:

 

Hi Tellrell,

Which flow graph are you running?

Cheers

Chris

 

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

 



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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