Hi
I have installed gnuradio and uhd using the Marcus’ script for my USRP2
device with Wbx boards…
After which uhd_find_devices is able to detect USRP2 .
But uhd_fft.py is giving the following error message…
Traceback (most recent call last):
File “/usr/local/bin/uhd_fft.py”, line 267, in
main ()
File “/usr/local/bin/uhd_fft.py”, line 263, in main
app = stdgui2.stdapp(app_top_block, “UHD FFT”, nstatus=1)
File
“/usr/local/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py”,
line 36, in init
wx.App.init (self, redirect=False)
File
“/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py”,
line 7978, in init
self._BootstrapApp()
File
“/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py”,
line 7552, in _BootstrapApp
return core.PyApp__BootstrapApp(*args, **kwargs)
File
“/usr/local/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py”,
line 39, in OnInit
frame = stdframe (self.top_block_maker, self.title, self._nstatus)
File
“/usr/local/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py”,
line 60, in init
self.panel = stdpanel (self, self, top_block_maker)
File
“/usr/local/lib/python2.7/dist-packages/gnuradio/wxgui/stdgui2.py”,
line 81, in init
self.top_block = top_block_maker (frame, self, vbox, sys.argv)
File “/usr/local/bin/uhd_fft.py”, line 70, in init
num_channels=1)
File
“/usr/local/lib/python2.7/dist-packages/gnuradio/uhd/init.py”,
line 74, in constructor_interceptor
return old_constructor(*args, **kwargs)
File
“/usr/local/lib/python2.7/dist-packages/gnuradio/uhd/uhd_swig.py”,
line 1856, in usrp_source
return _uhd_swig.usrp_source(*args, **kwargs)
RuntimeError: TypeError: Cannot call get on wax obj base class
Kindly help me out to figure out where i got the issue…Help me in
solving
the same…
Thanks
Bharadwaj