Hi Javier,

Python can't find the GNU Radio USRP module shared library, maybe because it's 
not installed correctly.
Please note: The version of GNU Radio you are using is old. In fact, it's 
ancient. Even if you get it to run without error, it makes a lot less fun to 
work with that than with GNU Radio 3.7. If you can switch from 3.4 to 3.7, 
please do so! (Uninstall the old GNU Radio first)
lsusrp is a very old tool, too, and although I'm not quite sure, I don't think 
it works with newer USRPs (because it's pre-UHD); you should really really 
update your UHD installation.

Hope that helped!

Marcus

On 10/17/2013 10:52 PM, Javier Ricke wrote:
this message show with lsusrp and usrp_fft.py and others script

javier@ubuntu:~$ lsusrp
Traceback (most recent call last):
  File "/usr/local/bin/lsusrp", line 25, in <module>
    from gnuradio import usrp
  File "/usr/local/lib/python2.7/dist-packages/gnuradio/usrp/__init__.py", line 25, 
in <module>
    from usrp_swig import *
  File "/usr/local/lib/python2.7/dist-packages/gnuradio/usrp/usrp_swig.py", line 26, 
in <module>
    _usrp_swig = swig_import_helper()
  File "/usr/local/lib/python2.7/dist-packages/gnuradio/usrp/usrp_swig.py", 
line 22, in swig_import_helper
    _mod = imp.load_module('_usrp_swig', fp, pathname, description)
ImportError: libgnuradio-usrp-3.4.2.so.0: cannot open shared object file: No 
such file or directory

dont understand, help me plz :D
regards


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to