Re: [Discuss-gnuradio] Got a problem with the "Python Block", help!

2019-04-26 Thread Derek Kozel
Hi, You can use two (or more) copy blocks and have a variable enable or disable each one. If a copy block is disabled then non of the blocks after it will be run. Regards, Derek On 26/04/2019 01:48, H.W wrote: Thanks for your reply. I have got the warning too. I will find another way to do

Re: [Discuss-gnuradio] Got a problem with the "Python Block", help!

2019-04-25 Thread H.W
Thanks for your reply. I have got the warning too. I will find another way to do it. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Got a problem with the "Python Block", help!

2019-04-25 Thread Cinaed Simson
When I start it, it gives me this warning: Warning: the blks2.selector block is deprecated. which means it doesn't work correctly - hence it has been depreciated. And it doesn't crash on my system - it just hangs. -- Cinaed On 4/25/19 3:26 PM, H.W wrote: > Hi,All > > I have got a problem w

[Discuss-gnuradio] Got a problem with the "Python Block", help!

2019-04-25 Thread H.W
Hi,All I have got a problem when I use the "Python Block" together with the "QT GUI Chooser" and the "Selector" block. As shown in the Test.grc attached, I use the "QT GUI Chooser" combined with the "Selector" to change the signal sent to the other block , it worked well when there is no "P