AM
To: usrp-users@lists.ettus.com
Subject: Re: [USRP-users] rfnocmodtool Problem
Sorry for the slight typo, I meant
$ apt install python-future
Best regards,
Arne
Fra: Løken, Arne Magnus Tveita
Sendt: torsdag 19. mars 2020 10:01
Til: 'usrp-users@lists.ettus.com'
Emne: Re: [
Sorry for the slight typo, I meant
$ apt install python-future
Best regards,
Arne
Fra: Løken, Arne Magnus Tveita
Sendt: torsdag 19. mars 2020 10:01
Til: 'usrp-users@lists.ettus.com'
Emne: Re: [USRP-users] rfnocmodtool Problem
Hi Jeff,
As far as I can tell, this is not an issue
Hi Jeff,
As far as I can tell, this is not an issue with RFNoC; you simply seem to be
missing (at least one) Python module. If you're on Ubuntu, try the following:
$ apt install pyhon-future
Best regards,
Arne
___
USRP-users mailing list
USRP-users@l
So, if I'm reading the python blogs correctly, util_functions.py is using:
from builtins import input
but is that a python3 thing? I'm not a python expert (or novice), but should
python2.7 should be using "__builtin__", or something like that? Did I grab a
version of gr-ettus which is too ne