Re: grcc and configparser

2021-10-25 Thread Vasil Velichkov
Hi Ryan, On 25/10/2021 19.07, Ryan Volz wrote: > It's possible that I backported a patch to the conda package, but I don't see > anything with a quick glance, so *shrug*. Most probably it is this PR. https://github.com/gnuradio/gnuradio/pull/3429 https://github.com/gnuradio/gnuradio/commit/ecbf

Re: grcc and configparser

2021-10-25 Thread Ryan Volz
Hi Jameson, On 10/25/21 7:44 AM, Jameson Collins wrote: I have two installations of gnuradio.  One is from conda, and the other is from source.  Both claim to be 3.8.1.0. In the conda install when I run grcc on a certain flowgraph the python file is generated with a number of try-catch blocks

grcc and configparser

2021-10-25 Thread Jameson Collins
I have two installations of gnuradio. One is from conda, and the other is from source. Both claim to be 3.8.1.0. In the conda install when I run grcc on a certain flowgraph the python file is generated with a number of try-catch blocks around `import configparser`, I assume to catch the differen