Re: [USRP-users] rfnocmodtool Problem

2020-03-19 Thread Jeff S via USRP-users
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: [

Re: [USRP-users] rfnocmodtool Problem

2020-03-19 Thread Arne Magnus Tveita Løken via USRP-users
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

Re: [USRP-users] rfnocmodtool Problem

2020-03-19 Thread Arne Magnus Tveita Løken via USRP-users
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

Re: [USRP-users] rfnocmodtool Problem

2020-03-18 Thread Jeff S via USRP-users
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