Re: Import error using an OOT

2022-12-10 Thread Elmore Family
The version is 2.2.1-1. The OS is Bullseye. What next? Jim From: Cinaed Simson Sent: Saturday, December 10, 2022 12:24 AM To: discuss-gnuradio@gnu.org Subject: Re: Import error using an OOT Hi Elmore - type apt list | grep python3-pygccxml and see if it's version 1.x. If it's not installed

Re: Import error using an OOT

2022-12-10 Thread Cinaed Simson
Type    python3 in a terminal window, then enter   import ft8 and see what happens. -- Cinaed On 12/9/22 18:33, Elmore's wrote: I have created an OOT which when I incorporate it in my flowgraph shows the following error: Failed to evaluate import expression ‘import ft8’ The yaml file is:

Re: Import error using an OOT

2022-12-10 Thread Cinaed Simson
Type    python3 then enter   import ft8 and see if it works. -- Cinaed On 12/9/22 18:33, Elmore's wrote: I have created an OOT which when I incorporate it in my flowgraph shows the following error: Failed to evaluate import expression ‘import ft8’ The yaml file is: id: ft8_run_response la

how to make stream demux block in python

2022-12-10 Thread Sumit Agrawal (P19EE207)
Hi everyone, Can anyone tell me how to make a stream demuxing block to demultiplex one stream into N output streams? Demuxes a stream producing N outputs streams that contain n_0 items in the first stream, n_1 items in the second, etc., and repeats. Tags are propagated. The number of items in each