discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Python files giving error "No module named gnurad


From: Cinaed Simson
Subject: Re: [Discuss-gnuradio] Python files giving error "No module named gnuradio" when GNU Radio installed via PyBOMBS
Date: Mon, 6 Feb 2017 11:12:19 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

On 02/06/2017 10:52 AM, Qurat-Ul-Ann Akbar wrote:
> Hi,
> 
> I recently installed gnuradio on one of my machines using pyBOMBS and
> this is my first time trying pyBOMBS for installation. Whenever I
> generate a python file from the GRC flow graph and try to run the python
> file, I receive the error "No module named gnuradio".
> 
> I think the python is not able to find gnuradio. How can I fix this?

Start up python in a terminal window and execute:

import os
pythonpath=os.environ['PYTHONPATH'].split(os.pathsep)
print pythonpath

Examine the output to see if gnuradio is included.

-- Cinaed

> _______________________________________________
> 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]