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 <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

----------------------------------------------------------------------------
----------------------------------------------------

 

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

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

Reply via email to