discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] No module name gnuradio


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] No module name gnuradio
Date: Sat, 22 Oct 2005 14:18:04 -0700
User-agent: Mutt/1.5.6i

On Sat, Oct 22, 2005 at 03:09:50PM -0600, Robitaille, Michael wrote:
> 
> I got it all to work.  I am installing it in my local directory and I don't
> need to use the sudo command to install but I still need it to run.  I was
> following the instruction in UsrpInstall Wiki to literally and did not think
> of changing the '/usr/local' for the location I had installed the software.
> I moved the firmware and usrp_fpga.rbf to the proper directory and it works.
> 
> I still get the following error when I try to run usrp_oscope.py or
> wfm-rcv_gui.py.
> 
>             Traceback (most recent call lost):
> 
>             File ".ursp_oscope.py", line 27, in ?
> 
>             From gnuradio import gr, gru
> 
>             Import Error: No module named gnuradio
> 
>  
> 
> To the best of my knowledge, all the base software and gnuradio software
> compiled and installed correctly.

Does "make check" in gnuradio-core work?


> PYTHONPATH=$GR/lib/python2.4/site-package:\
> 
> $GR/lib/python2.4/site-package/Numeric:\
> 
> /usr/lib/python2.4/site-package

Should be site-packages (note the trailing 's')

You are exporting these, right?

Eric




reply via email to

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