GRC v3.7.2.1-195-g19d111e2 // ubuntu 13.10
Using QT GUI range works fine, changing it to QT GUI chooser (Type =
Integer)
seems to fail (regardless of number of options), with the following
error message:
linux; GNU C++ version 4.8.1; Boost_105300; UHD_003.006.000-0-g7788c692
Traceback (most recent call last):
File “/home/tom/Desktop/top_block.py”, line 185, in
tb = top_block()
File “/home/tom/Desktop/top_block.py”, line 78, in init
self._RxFreq_callback(self.RxFreq)
File “/home/tom/Desktop/top_block.py”, line 77, in
self._RxFreq_callback = lambda i:
Qt.QMetaObject.invokeMethod(self._RxFreq_button_group,
“updateButtonChecked”, Qt.Q_ARG(“int”, self._RxFreq_options.index(i)))
ValueError: tuple.index(x): x not in tuple
A bug? More information needed?
– Tom, N5EG