discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gnuradio-companion-3.8.0 fails to run


From: Barry Jackson
Subject: Re: [Discuss-gnuradio] gnuradio-companion-3.8.0 fails to run
Date: Fri, 25 Oct 2019 15:02:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.2

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'])
        except KeyError:   #this happens if there's no 'options' block
             pass

    def _iter_files_in_block_path(self, path=None, ext='yml'):
        """Iterator for block descriptions and category trees"""
--------------------
However the error is still the same. Commenting out the
section from "try:" down to "pass" locally the error is exactly the same, as though that bit of code does not get involved.

Just to be sure this is in /usr/lib/python3.8/site-packages/gnuradio/grc/core/platform.py around line 197



reply via email to

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