discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] USRP2 BLOCK ERROR IN GNURADIO 3.6.2


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] USRP2 BLOCK ERROR IN GNURADIO 3.6.2
Date: Tue, 4 Sep 2012 10:20:53 -0400

On Tue, Sep 4, 2012 at 3:17 AM, Muhammad JUNAID <address@hidden> wrote:
> hello All,
> dose any one have idea about this error?
> i install USRP block in gnuradio 3.6.2 for this file but still have an
> error.
> address@hidden:/home/muhammadjunaid/airprobe/gsm-receiver/src/python#
> ./gsm_receive_usrp2.py
> Traceback (most recent call last):
>   File "./gsm_receive_usrp2.py", line 6, in <module>
>     from gnuradio import gr, gru, blks2
>   File "/usr/local/lib/python2.7/dist-packages/gnuradio/blks2/__init__.py",
> line 37, in <module>
>     exec "from gnuradio.blks2impl.%s import *" % (f,)
>   File "<string>", line 1, in <module>
>   File "/usr/local/lib/python2.7/dist-packages/gnuradio/blks2impl/cvsd.py",
> line 24, in <module>
>     from gnuradio.vocoder import cvsd_vocoder
>   File
> "/usr/local/lib/python2.7/dist-packages/gnuradio/vocoder/cvsd_vocoder.py",
> line 26, in <module>
>     _cvsd_vocoder = swig_import_helper()
>   File
> "/usr/local/lib/python2.7/dist-packages/gnuradio/vocoder/cvsd_vocoder.py",
> line 22, in swig_import_helper
>     _mod = imp.load_module('_cvsd_vocoder', fp, pathname, description)
> ImportError: libgnuradio-cvsd-vocoder-3.4.2.so.0: cannot open shared object
> file: No such file or directory
>
> Thanks
> Regards
> Muhammad Junaid
> address@hidden
> http://junaidmuhammad.webs.com/

Muhammad,

It looks like there's a version issue with your installation. You're
trying to install and run 3.6.2 (from git, I assume), but something is
looking for libgnuradio-cvsd-vocoder, which a) is from 3.4.2 here and
b) doesn't exist any longer. All vocoders are now in
libgnuradio-vocoder.

I suggest uninstalling and removing any old GNU Radio install files
from your system (there is information on the webpage and in the
mailing list about how to do this) and reinstall 3.6.2.

Tom



reply via email to

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