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 wrote:
> 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-editing at
> present. I have tried to execute both of the following commands outside my
> gnuradio directory:
> 
> 
> gr_modtool newmod howto
> 
> gr-modtool newmod howto
> 
> Unfortunately, I get the following error:
> 
> gr_modtool: command not found
> 
> 
> The website says that gr-modtool comes with gnuradio installation by default. 
> I
> installed this version of gnuradio 6-7 months ago (Can I check my gnuradio
> version with a simple command?).
> 
> 
> Since I don't have gr_modtool, do I have to install it separately?
> 
> 
> Thanks,
> 
> Nazmul
> 
> 
> 
> 
> 
> --
> Muhammad Nazmul Islam
> 
> Graduate Student
> Electrical & Computer Engineering
> Wireless Information & Networking Laboratory
> Rutgers, USA.
> 

> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


-- 
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin Braun
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT -- University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association


pgpRURPxAGQPz.pgp
Description: PGP signature
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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  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
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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 wrote:

> 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 commands outside
> my gnuradio directory:
>
> gr_modtool newmod howto
>
> gr-modtool newmod howto
>
> Unfortunately, I get the following error:
>
> gr_modtool: command not found
>
> The website says that gr-modtool comes with gnuradio installation by
> default. I installed this version of gnuradio 6-7 months ago (Can I check
> my gnuradio version with a simple command?).
>
> Since I don't have gr_modtool, do I have to install it separately?
>
> Thanks,
>
> Nazmul
>
>
>
>
> --
> Muhammad Nazmul Islam
>
> Graduate Student
> Electrical & Computer Engineering
> Wireless Information & Networking Laboratory
> Rutgers, USA.
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio