discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: grcc and configparser


From: Ryan Volz
Subject: Re: grcc and configparser
Date: Mon, 25 Oct 2021 12:07:07 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

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 around `import configparser`, I 
assume to catch the difference between python2 and python3.

In my source install, with the exact same flowgraph, it only generates `import 
ConfigParser`, which doesn't work in python3.

Any idea why these are different?

It's possible that I backported a patch to the conda package, but I don't see 
anything with a quick glance, so *shrug*.

Cheers,
Ryan



reply via email to

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