discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Error with 2.6 Core


From: address@hidden
Subject: [Discuss-gnuradio] Error with 2.6 Core
Date: Tue, 24 Jan 2006 18:39:11 -0500

Hello all,

I upgrade to the 2.6 Core tar ball and now I get the following error
message when running my Python script.  I did not copy the firmware files
since I remember seeing a post that indicated that this was no longer
necessary.  What could be the problem?

address@hidden GRworking]# ./mrts_fft.py
len(rx_chan_coeffs) = 33
>>> gr_fir_ccf: using SSE
len(base_chan_coeffs) = 635
>>> gr_fir_ccc: using SSE
Traceback (most recent call last):
  File "./mrts_fft.py", line 301, in ?
    main ()
  File "./mrts_fft.py", line 297, in main
    app = stdgui.stdapp(app_flow_graph, "USRP FFT", nstatus=1)
  File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/stdgui.py",
line 36, in __init__
    wx.App.__init__ (self, redirect=False)
  File
"/usr/local/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line
7473, in __init__
    self._BootstrapApp()
  File
"/usr/local/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line
7125, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/stdgui.py",
line 39, in OnInit
    frame = stdframe (self.flow_graph_maker, self.title, self._nstatus)
  File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/stdgui.py",
line 60, in __init__
    self.panel = stdpanel (self, self, flow_graph_maker)
  File "/usr/local/lib/python2.4/site-packages/gnuradio/wxgui/stdgui.py",
line 86, in __init__
    self.fg.start ()
  File "/usr/local/lib/python2.4/site-packages/gnuradio/gr/flow_graph.py",
line 89, in start
    self._setup_connections ()
  File "/usr/local/lib/python2.4/site-packages/gnuradio/gr/flow_graph.py",
line 118, in _setup_connections
    self.validate ()
  File
"/usr/local/lib/python2.4/site-packages/gnuradio/gr/basic_flow_graph.py",
line 158, in validate
    ninputs = self._check_contiguity (m, m.input_signature (), used_ports,
"input")
  File
"/usr/local/lib/python2.4/site-packages/gnuradio/gr/basic_flow_graph.py",
line 253, in _check_contiguity
    raise ValueError, ("%s requires %d %s connections.  It has none." %
ValueError: <gr_block serial_to_parallel (3)> requires 1 input connections.
It has none.
address@hidden GRworking]#

Thanks,
Mike

PS: Everything compiled ok even my own blocks.



--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .






reply via email to

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