Vocoder Error

Hello List;

For whatever reason I am still getting the same vocoder error when I
attempt
to run a GRC flow graph.

I successfully re-installed GnuRadio (According to Marcus’s script.) but
I
still get the same error.



Traceback (most recent call last):

File “/home/bill/top_block.py”, line 9, in

from gnuradio import blks2

File
“/usr/local/lib/python2.6/dist-packages/gnuradio/blks2/init.py”,
line 37, in

exec "from gnuradio.blks2impl.%s import *" % (f,)

File “”, line 1, in

File
“/usr/local/lib/python2.6/dist-packages/gnuradio/blks2impl/cvsd.py”,
line 24, in

from gnuradio.vocoder import cvsd_vocoder

File
“/usr/local/lib/python2.6/dist-packages/gnuradio/vocoder/cvsd_vocoder.py”,
line 6, in

import _cvsd_vocoder

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



When I got to the
/usr/local/lib/python2.6/dist-packages/gnuradio/vocoder
directory, the file appears to be there.

The script put : export
PYTHONPATH=/usr/local/lib/python2.6/dist-packages
into my ‘bash.rc’ file

I even tried adding /vocoder to the end of the path. Nothing.



bill@Vaio:~$ $PYTHONPATH

bash: /usr/local/lib/python2.6/dist-packages/vocoder: No such file or
directory



I still get the same error when I use the FM Demod block or the WBFM
Receive
block.

Does anybody have any ideas ??

Bill

ls -l /usr/lib/libgnuradio*

Is there anything there?

On Mon, 7
May 2012 12:43:36 -0400, William Pretty Security wrote:

Hello List;

For whatever reason I am still getting the same vocoder error when
I attempt to run a GRC flow graph.

I successfully re-installed
GnuRadio (According to Marcus’s script.) but I still get the same error.


Traceback (most recent call last):

File
“/home/bill/top_block.py”, line 9, in

from gnuradio import blks2

File
“/usr/local/lib/python2.6/dist-packages/gnuradio/blks2/init.py”,
line 37, in

exec “from gnuradio.blks2impl.%s import *” % (f,)

File “”, line 1, in

File
“/usr/local/lib/python2.6/dist-packages/gnuradio/blks2impl/cvsd.py”,
line 24, in

from gnuradio.vocoder import cvsd_vocoder

File
“/usr/local/lib/python2.6/dist-packages/gnuradio/vocoder/cvsd_vocoder.py”,
line 6, in

import _cvsd_vocoder

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


When I got to the
/usr/local/lib/python2.6/dist-packages/gnuradio/vocoder directory, the
file appears to be there.

The script put : export
PYTHONPATH=/usr/local/lib/python2.6/dist-packages into my ‘bash.rc’ file

I even tried adding /vocoder to the end of the path. Nothing.


bill@Vaio:~$ $PYTHONPATH

bash:
/usr/local/lib/python2.6/dist-packages/vocoder: No such file or
directory


I still get the same error when I use the FM Demod block or the
WBFM Receive block.