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:discuss-gnuradio-bounces+jacqueline.walker=ul...@gnu.org] 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 <t_whit...@yahoo.com<mailto:t_whit...@yahoo.com>> 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 <chrisrichardso...@gmail.com<mailto:chrisrichardso...@gmail.com>> wrote: Hi Tellrell, Which flow graph are you running? Cheers Chris _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org<mailto:Discuss-gnuradio@gnu.org> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org<mailto:Discuss-gnuradio@gnu.org> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio