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.

Embedded Python Block Tutorial Param ID Error

2021-05-07 Thread Solomon Tan
Dear all,                                                                         I was following the GNURadio Embedded Python Block Tutorial. After adding a      Python block, I got the following error.                                         ```