discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] GRC vocoder missing Error


From: William Pretty Security
Subject: [Discuss-gnuradio] GRC vocoder missing Error
Date: Tue, 1 May 2012 17:51:01 -0400

Hello Group;

 

When I attempt to run a flow graph with any of the “FM Demod” blocks included I get the following message:

 

Traceback (most recent call last):

  File "/home/bill/top_block.py", line 9, in <module>

    from gnuradio import blks2

  File "/usr/local/lib/python2.6/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.6/dist-packages/gnuradio/blks2impl/cvsd.py", line 24, in <module>

    from gnuradio.vocoder import cvsd_vocoder

  File "/usr/local/lib/python2.6/dist-packages/gnuradio/vocoder/cvsd_vocoder.py", line 6, in <module>

    import _cvsd_vocoder

ImportError: libboost_thread-mt.so.1.38.0: cannot open shared object file: No such file or directory

 

It doesn’t seem to be able to find the ‘vocoder’ files. This is odd, because I used Marcus’s script to build GRC.

 

The GRC version is: GNU Radio Companion 3.6.0git-26-gca7903db

Is anyone else having this problem ?

I can probably just add the file, but I don’t know how …

 

Thanks;

 

Bill


reply via email to

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