discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] using uhd_fft with USRP N210


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] using uhd_fft with USRP N210
Date: Tue, 20 May 2014 00:18:28 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 05/20/2014 12:07 AM, tides anugraha wrote:
Hi,

I,m trying to run uhd_fft with USRP N210, my machine run Ubuntu 12.04.4 LTS. I've already install UHD, gnuradio, & OpenBTS in my machine & works fine.

But when i try to run uhd_fft which is in /var/opt/gnuradio-3.7.0/gr-uhd/apps directory, i've got the following message:
address@hidden:/var/opt/gnuradio-3.7.0/gr-uhd/apps# ./uhd_fft
Traceback (most recent call last):
  File "./uhd_fft", line 23, in <module>
    from gnuradio import gr, gru
ImportError: No module named gnuradio

I've already try to run make & make install command in /var/opt/gnuradio-3.7.0/build/gr-uhd directory, as suggested in previous discussion, but it still show the same result.

Can anyone help to solve this issue.

Thanks,
Tides


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
I'm going to guess that it's because your PYTHONPATH doesn't point at wherever your installer put the various Python modules that Gnu Radio
  needs.   It's really weird to install permanent libraries and executables under /var/opt.  



reply via email to

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