Re: Python OOT module not showing up in GRC

2020-07-20 Thread Roman A Sandler
Hi,

I figured out the issue. As discussed in this previous thread,
https://lists.gnu.org/archive/html/discuss-gnuradio/2015-08/msg00194.html
<https://sgndr.online/click?redirect=https%3A%2F%2Flists.gnu.org%2Farchive%2Fhtml%2Fdiscuss-gnuradio%2F2015-08%2Fmsg00194.html=1595273972573=https://lists.gnu.org/archive/html/discuss-gnuradio/2015-08/msg00194.html>,
I needed to make a config.cong file at ~/.gnuradio and add the following
lines to it:

```
[grc]
local_blocks_path = /usr/local/share/gnuradio/grc/blocks
```

Given how well gr_modtool automatically sets everything up, I am not sure
why this wasn't automatically done - but seems like it should be in the
future.

-Roman




On Sat, Jul 18, 2020 at 9:00 AM  wrote:

> Send Discuss-gnuradio mailing list submissions to
> discuss-gnuradio@gnu.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
> <https://sgndr.online/click?redirect=https%3A%2F%2Flists.gnu.org%2Fmailman%2Flistinfo%2Fdiscuss-gnuradio=1595273972573>
> https://lists.gnu.org/mailman/
> <https://sgndr.online/click?redirect=https%3A%2F%2Flists.gnu.org%2Fmailman%2F=1595273972573=https://lists.gnu.org/mailman/>
> listinfo/discuss-gnuradio
> or, via email, send a message with subject or body 'help' to
> discuss-gnuradio-requ...@gnu.org
>
> You can reach the person managing the list at
> discuss-gnuradio-ow...@gnu.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Discuss-gnuradio digest..."
>
>
> Today's Topics:
>
>1. Re: Discuss-gnuradio Digest, Vol 213, Issue 17 (Anselm Karl)
>    2. Python OOT module not showing up in GRC (Roman A Sandler)
>3. Re: Python OOT module not showing up in GRC (Ron Economos)
>4. GSoC 2020: New Blog Post for Week 8 (Alekh)
>5. Re: Python OOT module not showing up in GRC (Barry Duggan)
>
>
> --
>
> Message: 1
> Date: Fri, 17 Jul 2020 18:04:11 +0200
> From: Anselm Karl 
> To: discuss-gnuradio@gnu.org
> Subject: Re: Discuss-gnuradio Digest, Vol 213, Issue 17
> Message-ID:
> <
> cakcs5r0d+bufdh2fqasbm_z7zzyhf4_yzrpmbwxqbarqaxs...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
>  schrieb am Fr., 17. Juli 2020, 18:03:
>
> > Send Discuss-gnuradio mailing list submissions to
> > discuss-gnuradio@gnu.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >
> <https://sgndr.online/click?redirect=https%3A%2F%2Flists.gnu.org%2Fmailman%2Flistinfo%2Fdiscuss-gnuradio=1595273972573>
> https://lists.gnu.org/
> <https://sgndr.online/click?redirect=https%3A%2F%2Flists.gnu.org%2F=1595273972573=https://lists.gnu.org/>
> mailman/listinfo/discuss-gnuradio
> > or, via email, send a message with subject or body 'help' to
> > discuss-gnuradio-requ...@gnu.org
> >
> > You can reach the person managing the list at
> > discuss-gnuradio-ow...@gnu.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Discuss-gnuradio digest..."
> >
> >
> > Today's Topics:
> >
> >1. Project call today (Marcus Müller)
> >2. Re: Problem with Gnuradio convolution encoder/decoder! (rear1019)
> >3. Re: Project call today (Glen Langston)
> >4. Re: Problem with Gnuradio convolution encoder/decoder!
> >   (George Edwards)
> >5. Re: Project call today (Marcus Müller)
> >6. gnuradio (+ friends) packages for conda on Linux, macOS, and
> >   Windows (Ryan Volz)
> >7. Re: gnuradio (+ friends) packages for conda on Linux, macOS,
> >   and Windows (Glen Langston)
> >8. Creating synchronized USRP source block (Marcin Wachowiak)
> >9. problem in making a project  (Yasser Attarizi)
> >   10. Re: GPIO lines on RPi4 (jean-michel.fri...@femto-st.fr)
> >
> >
> > --
> >
> > Message: 1
> > Date: Thu, 16 Jul 2020 18:35:59 +0200
> > From: Marcus Müller 
> > To: GNURadio Discussion List 
> > Subject: Project call today
> > Message-ID: <68eff59d-ab19-cda4-eac1-962a3c024...@kit.edu>
> > Content-Type: text/plain; charset="utf-8"; format=flowed
> >
> > Hi bestest SDR community,
> >
> > Heads up: the July project all is happening in 30 minutes.
> >
> > Cheers,
> > Marcus
> >
> >
> >
> > --
> >
> > Message: 2
> > Date: Thu, 16 Jul 2020 18:53:38 +0200
> > From: rear1019 
> >

Re: Python OOT module not showing up in GRC

2020-07-18 Thread Barry Duggan

Roman,

Note the first statement in the tutorial: "NOTE: This tutorial has been 
deprecated in GR 3.8."


We chose not to update that one as the material is covered in our other 
tutorials which we have updated. See our revised 
https://wiki.gnuradio.org/index.php/Tutorials


---
Barry Duggan KV4FV
https://github.com/duggabe

On Fri, 17 Jul 2020 15:33:02 -0700, Roman A Sandler wrote:

Hi,

I have followed Section 3.2 in the tutorial 
https://wiki.gnuradio.org/index.php/Guided_Tutorial_GNU_Radio_in_Python 
to setup an OOT python block in GRC.


I followed the instructions on a Linux machine running GNURadio 3.7 and 
it worked exactly as described.


I then ran the tutorial on an NVIDIA Xavier Linux machine w/ GNURadio 
3.8 and all the steps seemed to work. The QA test worked in python, and 
`cmake; make; sudo make install; sudo ldconfig` all ran without any 
errors. However, when I open GRC, I cannot see the block.


I am wondering if this tutorial is not up-to-date w/ GNURadio 3.8 or if 
maybe there is something weird about the Xavier that is causing the bug.


Let me know,
Thanks!



Re: Python OOT module not showing up in GRC

2020-07-17 Thread Ron Economos
GNU Radio 3.8 uses YAML instead of XML for the files in the grc 
directory. You can convert your .xml files to .yaml files with the command:


gr_modtool update --complete

Ron

On 7/17/20 15:33, Roman A Sandler wrote:

Hi,

I have followed Section 3.2 in the tutorial 
https://wiki.gnuradio.org/index.php/Guided_Tutorial_GNU_Radio_in_Python to 
setup an OOT python block in GRC.


I followed the instructions on a Linux machine running GNURadio 3.7 
and it worked exactly as described.


I then ran the tutorial on an NVIDIA Xavier Linux machine w/ GNURadio 
3.8 and all the steps seemed to work. The QA test worked in python, 
and `cmake; make; sudo make install; sudo ldconfig` all ran without 
any errors. However, when I open GRC, I cannot see the block.


I am wondering if this tutorial is not up-to-date w/ GNURadio 3.8 or 
if maybe there is something weird about the Xavier that is causing the 
bug.


Let me know,
Thanks!


Python OOT module not showing up in GRC

2020-07-17 Thread Roman A Sandler
Hi,

I have followed Section 3.2 in the tutorial
https://wiki.gnuradio.org/index.php/Guided_Tutorial_GNU_Radio_in_Python to
setup an OOT python block in GRC.

I followed the instructions on a Linux machine running GNURadio 3.7 and it
worked exactly as described.

I then ran the tutorial on an NVIDIA Xavier Linux machine w/ GNURadio 3.8
and all the steps seemed to work. The QA test worked in python, and `cmake;
make; sudo make install; sudo ldconfig` all ran without any errors.
However, when I open GRC, I cannot see the block.

I am wondering if this tutorial is not up-to-date w/ GNURadio 3.8 or if
maybe there is something weird about the Xavier that is causing the bug.

Let me know,
Thanks!