Error regarding....WXgui

Hi,

I have an error regarding wxgui. I am trying to use USRP board, it is
detected successfully, benchmark.py file is running fine. When i try to
use
usrp_wbfm_rcv.py it gives an error.

Traceback (most recent call last):
File “/home/ali/Desktop/usrp_wfm_rcv.py”, line 28, in
from gnuradio.wxgui import slider, powermate
ImportError: No module named wxgui

I have installed all packages written on this link *
http://gnuradio.org/redmine/wiki/gnuradio/GettingStarted *

Please help me for resolving this issue.

Thanks

Ali

When you build gnuradio, what was the output of ./configure ?

Was gr-wxgui one of the configured components? If not, you may be
missing dependencies.

-Josh

hi,

Thanks Josh for the reply that error is removed, now there is another
error
by compiling the same file *usrp_wfm_rcv.py *that is

Traceback (most recent call last):
File “/home/ali/Desktop/usrp_wfm_rcv.py”, line 26, in
from gnuradio import blks2
File
“/usr/local/lib/python2.6/site-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/site-packages/gnuradio/blks2impl/cvsd.py”,
line 24, in
from gnuradio.vocoder import cvsd_vocoder
File
“/usr/local/lib/python2.6/site-packages/gnuradio/vocoder/cvsd_vocoder.py”,
line 6, in
import _cvsd_vocoder
ImportError: libgnuradio-cvsd-vocoder.so.0: cannot open shared object
file:
No such file or directory

help me with this one.

Thanks

Ali