discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr-gsm python problem "ImportError: No module nam


From: Andrej Rode
Subject: Re: [Discuss-gnuradio] gr-gsm python problem "ImportError: No module named osmosdr"
Date: Sat, 19 Mar 2016 18:42:51 +0100
User-agent: KMail/4.14.10 (Linux/4.1.15-gentoo-r1; KDE/4.14.17; x86_64; ; )

Hello Uli, 

> ---------------------------------------------------------------------
> ~/GSM/gr-gsm/apps$ ./grgsm_livemon
> Traceback (most recent call last):
>   File "./grgsm_livemon", line 29, in <module>
>     import osmosdr
> ImportError: No module named osmosdr
> ----------------------------------------------------------------------

This error looks like the path you installed gr-osmosdr is not included in 
your PYTHONPATH.

You probably should add '/usr/local/lib/python2.7/site-packages' or generally 
speaking '$INSTALL_DIR/lib/python2.7/site-packages' to your $PYTHONPATH. 

Best Regards, 
Andrej

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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