Re: issues porting C++ OOT to 3.9 - fails at runtime import

2021-05-08 Thread Ron Economos
Here's a very simple OOT with just one block. https://github.com/drmpeg/gr-iqlevels Ron On 5/8/21 15:26, Tom McDermott wrote: I am continuing to have issues porting my 3.8 code over to 3.9.   (Ubuntu 20.04) By request I've posted the code on github: https://github.com/Tom-McDermott/gr-hpsdr

issues porting C++ OOT to 3.9 - fails at runtime import

2021-05-08 Thread Tom McDermott
I am continuing to have issues porting my 3.8 code over to 3.9. (Ubuntu 20.04) By request I've posted the code on github: https://github.com/Tom-McDermott/gr-hpsdr branch: gr_3.9_broken I know it is asking a lot to look over someone's code. Alternatively, is there a simple C++ OOT on 3.9

Today 1600 UTC: Amateur Radio meetup - Studying the 2017 Solar Eclipse

2021-05-08 Thread Derek Kozel
Hello folks, A quick note that today's Amateur Radio meetup is John Ackermann N8UR sharing his experience of recording the HF spectrum during the 2017 Solar Eclipse and showing the Hermes & Red Pitaya SDRs, HDF5 format data capture, and scripts for post-processing. Meetup and talk is May 8th

Re: Embedded Python Block Tutorial Param ID Error

2021-05-08 Thread Solomon Tan
Hi Sebastian, Thanks for the reply. I could rerun the flowchart by deleting the epy python files and the __pycache__ subdirectory, close and reopen GRC. It would allow me to run it once more before the same Param ID error appeared. So i suppose it is that commit that is responsible (but I dont kno

Re: Embedded Python Block Tutorial Param ID Error

2021-05-08 Thread Sebastian Koslowski
Hi, that looks like a bug introduced by https://github.com/gnuradio/gnuradio/pull/4522 We forgot to special-case / adapt epy blocks... Sebastian (von unterwegs gesendet) On Sat, May 8, 2021, 06:23 Solomon Tan wrote: > Dear all, > > I was following the GNURadio Embedded Python Block Tutorial.