Re: [Discuss-gnuradio] gr-modtool: command not found?

2013-04-22 Thread Martin Braun (CEL)
If you're using an older version of GNU Radio, you can download a standalone script at https://github.com/mbant/gr-modtool/raw/master/gr_modtool.py. Just copy that into your $PATH. It's not as complete as that in GNU Radio, though. MB On Sun, Apr 21, 2013 at 09:50:11PM -0400, Nazmul Islam

[Discuss-gnuradio] gr-modtool: command not found?

2013-04-21 Thread Nazmul Islam
Hello, I have used the python and gnuradio-companion parts of gnuradio till now. I am going through the tutorial of http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules#gr-modtool-The-swiss-army-knife-of-module-editingat present. I have tried to execute both of the following

Re: [Discuss-gnuradio] gr-modtool: command not found?

2013-04-21 Thread Marc Newlin
Nazmul, You can find your current GNU Radio version by running the following command: echo -e from gnuradio import gr\nprint gr.version() | python It looks like gr_modtool was added in version 3.6.4. Marc On Sun, Apr 21, 2013 at 6:50 PM, Nazmul Islam mnis...@winlab.rutgers.eduwrote: Hello,

Re: [Discuss-gnuradio] gr-modtool: command not found?

2013-04-21 Thread Johnathan Corgan
On Sun, Apr 21, 2013 at 7:17 PM, Marc Newlin syn...@gmail.com wrote: echo -e from gnuradio import gr\nprint gr.version() | python You can also type: $ gnuradio-config-info -v -- Johnathan Corgan Corgan Labs - SDR Training and Development Services http://corganlabs.com