discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] error make python test code in OOT module


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] error make python test code in OOT module
Date: Mon, 22 May 2017 08:25:58 -0400

Hi Mostafa - Yes, chances are that GNU Radio is installed where Python isn't looking for it. To be helpful, we'll need to know a few things:

* What is the install prefix for GNU Radio as per PyBOMBS?

* What does "echo $PYTHONPATH" return when executed in a terminal?

* What OS / Version?

Cheers! - MLD

On Sun, May 21, 2017, at 10:40 PM, Mostafa Shabani wrote:
to build a simple OOT module.

when I try running "ctest -V -R square" I get the following error:

2: Traceback (most recent call last):
2:   File "/home/mostafa/Dropbox/GnuRadioandUSRP/MyModules/gr-howto/python/qa_square_ff.py", line 22, in <module>
2:     from gnuradio import gr, gr_unittest
2: ImportError: No module named gnuradio

while I have a working installation of Gnuradio. My first guesses are:
1- something is wrong with PYTHONPATH
or
2- something is wrong about the prefix in gnuradio installation (done with with PYBOMBS) while running "make test"

Any ideas? How should I debug deeper?


reply via email to

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