discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Controlport error in GRC


From: sarankumar
Subject: [Discuss-gnuradio] Controlport error in GRC
Date: Wed, 12 Mar 2014 13:26:30 +0800

Hi,
I am trying to run a GRC flow graph with control port probe and control port monitor.
I get the following error in GRC:

Traceback (most recent call last):
  File "/usr/local/bin/gr-ctrlport-monitor", line 30, in <module>
    from gnuradio.ctrlport.IceRadioClient import *
  File "/usr/local/lib/python2.7/dist-packages/gnuradio/ctrlport/IceRadioClient.py", line 27, in <module>
    from gnuradio.ctrlport import GNURadio
  File "/usr/local/lib/python2.7/dist-packages/gnuradio/ctrlport/GNURadio/__init__.py", line 8, in <module>
    import gnuradio_ice
  File "/usr/local/lib/python2.7/dist-packages/gnuradio_ice.py", line 98, in <module>
    _M_gnuradio.ctrlport.GNURadio._t_Knob = IcePy.defineClass('::GNURadio::Knob', Knob, -1, (), False, False, None, (), ())
TypeError: function takes exactly 7 arguments (9 given)

can anyone help me with the problem?
GNU Radio companion version: 3.7.4

Regards,
Saran

reply via email to

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