discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Re: Re: Read samples from two channels and write to f


From: Diana Iosifescu
Subject: [Discuss-gnuradio] Re: Re: Read samples from two channels and write to file
Date: Thu, 24 Apr 2008 17:59:16 +0200

George Nychis wrote:
> Diana Iosifescu wrote:
>> I'm sorry, the correct code(which is not working) is the followig:
> 
> Tell us what your errors are.
> 
> - George
Errors:
File "./ruby.py", line 112, in <module>
    main ()
  File "./ruby.py", line 107, in main
    app = stdgui.stdapp(my_graph, "Multi Scope", nstatus=1)
  File "/usr/lib/python2.5/site-packages/gnuradio/wxgui/stdgui.py", line 
36, in __init__
    wx.App.__init__ (self, redirect=False)
  File 
"/usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 
7700, in __init__
    self._BootstrapApp()
  File 
"/usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 
7352, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/gnuradio/wxgui/stdgui.py", line 
39, in OnInit
    frame = stdframe (self.flow_graph_maker, self.title, self._nstatus)
  File "/usr/lib/python2.5/site-packages/gnuradio/wxgui/stdgui.py", line 
60, in __init__
    self.panel = stdpanel (self, self, flow_graph_maker)
 File "/usr/lib/python2.5/site-packages/gnuradio/wxgui/stdgui.py", line 
81, in __init__
self.fg = flow_graph_maker (frame, self, vbox, sys.argv)
File "./ruby.py", line 79, in __init__
self.rx_src_fft0 = 
fftsink.fft_sink_c(panel,title="ChRXB-A",fft_size=fftsize_N,sample_rate=rx_rate/sw_decim)
TypeError: __init__() takes at least 3 non-keyword arguments (2 given)
Exception exceptions.ReferenceError: 'weakly-referenced object no longer 
exists' in <bound method db_flexrf_2400_rx_mimo_b.__del__ of 
<gnuradio.db_flexrf_mimo.db_flexrf_2400_rx_mimo_b object at 0x891e28c>> 
ignored
I think something is wrong with the gui...
Maybe you know what is that ReferenceError.
Thanks a lot,
Diana

-- 
Posted via http://www.ruby-forum.com/.




reply via email to

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