Re: GRU module removed, what can I do please ?

2022-07-22 Thread Vasil Velichkov
Hi Jean-Philippe, On 22/07/2022 04.25, Jean-Philippe Buchet wrote: > As I can see, after spent hours and hours, this gru module is removed from > gnuradio. > (for the moment I don't understand gnuradio / modules and their goals) Yes, the gru module was removed in gnuradio 3.9 and 3.10. For some m

Re: GRU module removed, what can I do please ?

2022-07-22 Thread Jean-Philippe Buchet
Hello Cinaed, Hello Vasil, Yes the pythonpath is ok as I can "manualy' import the other modules in python3 Yes, the installed gnuradio-dev is the last one 3.10.2.0-1+b2 When I run the python script, removing the gru import, it stops and : taps=filter.firdies.low_pass(1.0, sample_rate, bw, bw

Re: GRU module removed, what can I do please ?

2022-07-22 Thread Vasil Velichkov
Hi Jean-Philippe, On 22/07/2022 15.32, Jean-Philippe Buchet wrote: > When I run the python script, removing the gru import, it stops and : Can you share this script? > taps=filter.firdies.low_pass(1.0, sample_rate, bw, bw*options, > transition_width, filter.firdies.WIN_HANN) > > the error mess

Re: GRU module removed, what can I do please ?

2022-07-22 Thread Vasil Velichkov
Hi Jean-Philippe, On 22/07/2022 15.47, Vasil Velichkov wrote: > Hi Jean-Philippe, > > On 22/07/2022 15.32, Jean-Philippe Buchet wrote: >> When I run the python script, removing the gru import, it stops and : > > Can you share this script? > >> taps=filter.firdies.low_pass(1.0, sample_rate, bw,

Re: GRU module removed, what can I do please ?

2022-07-22 Thread Jean-Philippe Buchet
Thaks Vasil to take time. It was just a typo when I write down what was on the remote screen ( I can't copy past). I feel free to send you the original script ( Once again, I am not the dev) and will gicve you some explanations. Jean-Phi Le ven. 22 juil. 2022 à 15:00, Vasil Velichkov a écrit : >