discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] newbie installation questions


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] newbie installation questions
Date: Wed, 27 Apr 2005 16:36:03 -0700
User-agent: Mutt/1.5.6i

On Wed, Apr 27, 2005 at 03:41:36PM -0700, Jamie Morken wrote:
> Hi,
> 
> I am installing gnuradio on fedora core3 and am getting some errors with 
> python, I am able to test the USRP with ./test_usrp_standard_rx and 
> ./test_usrp_standard_rx, but when I try to run ./burn-basic-eeprom I get this 
> error:
> 
> Traceback (most recent call last):
>   File "./burn-basic-eeprom", line 23, in ?
>     from usrp_prims import *
> ImportError: No module named usrp_prims
> 
> 
> Also I get this error when I try to run ./usrp_oscope.py:
> 
> Traceback (most recent call last):
>   File "./usrp_oscope.py", line 23, in ?
>     from gnuradio import gr
> ImportError: No module named gnuradio
> 
> I checked the gnuradio archive and found a related message from about a year 
> ago:
> http://lists.gnu.org/archive/html/discuss-gnuradio/2004-03/msg00020.html
> 
> I'm not sure if the Python path variable is the problem or not though.
> 
> Thanks for your help! 
> 
> ps. I haven't used linux for a few years =)
> 
> best regards,
> Jamie Morken

Sounds like PYTHONPATH isn't set.

Should be something like:

  $ export PYTHONPATH="/usr/local/lib/python<ver>/site-packages"

Eric




reply via email to

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