On 30/10/2019 00:09, Barry Jackson wrote:
On 27/10/2019 11:58, Marcus Müller wrote:
ah! I missed the part where you said you're not used to Python.
In Python, indentation is structure-defining, and the error message
sadly doesn't really give context, but it looks like the most probable
explana
On 27/10/2019 11:58, Marcus Müller wrote:
ah! I missed the part where you said you're not used to Python.
In Python, indentation is structure-defining, and the error message
sadly doesn't really give context, but it looks like the most probable
explanation is that the line you've inserted is no
ah! I missed the part where you said you're not used to Python.
In Python, indentation is structure-defining, and the error message
sadly doesn't really give context, but it looks like the most probable
explanation is that the line you've inserted is not correctly indented.
Make sure you're usin
On 24/10/2019 21:18, Håkon Vågsether wrote:
This error message also occurs in one of the GRC tests:
https://github.com/gnuradio/gnuradio/issues/2678
Best regards
Håkon Vågsether
Strange that there has been no response to your bug report since July.
Any other suggestions as to how to work a
Update:
Since last night I have re-created the patch and re-built and this time
the package built with:
self._docstring_extractor.finish()
# self._docstring_extractor.wait()
try:
utils.hide_bokeh_gui_options_if_not_installed(self.blocks['options'])
On 24/10/2019 20:36, Müller, Marcus (CEL) wrote:
Hi Barry,
neat, haven't seen that one before, specifically :)
But I've seen a test fail:
https://github.com/gnuradio/gnuradio/issues/2678
Mageia is RPM-based, right? Never used it before, but could you point
me to the .SPEC file you're using to b
This error message also occurs in one of the GRC tests:
https://github.com/gnuradio/gnuradio/issues/2678
Best regards
Håkon Vågsether
tor. 24. okt. 2019, 12:41 skrev Müller, Marcus (CEL) :
> Hi Barry,
>
> neat, haven't seen that one before, specifically :)
> But I've seen a test fail:
> https:
Hi Barry,
neat, haven't seen that one before, specifically :)
But I've seen a test fail:
https://github.com/gnuradio/gnuradio/issues/2678
Mageia is RPM-based, right? Never used it before, but could you point
me to the .SPEC file you're using to build that package?
Hunch: replace
utils
[baz@jackodesktop ~]$ gnuradio-companion
Traceback (most recent call last):
File "/usr/bin/gnuradio-companion", line 102, in
run_main()
File "/usr/bin/gnuradio-companion", line 95, in run_main
exit(main())
File "/usr/lib/python3.8/site-packages/gnuradio/grc/main.py", line
83, in ma