Re: [Discuss-gnuradio] Re: not able to run grc

2009-03-13 Thread Josh Blum
Hi Josh, I am facing the same problem as Tushar did. I am getting an error as follows: Traceback (most recent call last): File "/usr/local/bin/grc", line 25, in from gnuradio.grc.platforms.base.Constants import VERSION ImportError: No module named grc.platforms.base.Constants [r...@somy

[Discuss-gnuradio] Re: not able to run grc

2009-03-13 Thread Somya Ajmera
Josh Blum wrote: > Tushar Patel wrote: >> Thanks Josh >> after typing all export I able to run GRC. >> >> Now my question is , in previous GRC, we got help like color- for >> float, complex, number, query for usrp board >> But Here I do not able to find such help, >> > > Usrp probe exists: > ht

[Discuss-gnuradio] Re: not able to run grc

2009-03-10 Thread Josh Blum
Tushar Patel wrote: Thanks Josh after typing all export I able to run GRC. Now my question is , in previous GRC, we got help like color- for float, complex, number, query for usrp board But Here I do not able to find such help, Usrp probe exists: http://gnuradio.org/trac/wiki/GNURadioCompan

[Discuss-gnuradio] Re: not able to run grc

2009-03-10 Thread Tushar Patel
Thanks Josh after typing all export I able to run GRC. Now my question is , in previous GRC, we got help like color- for float, complex, number, query for usrp board But Here I do not able to find such help, Also how can i remove my previous version of gnuradio3.1.3, or no need to remove it. pl

[Discuss-gnuradio] Re: not able to run grc

2009-03-10 Thread Josh Blum
in addition to export PYTHONPATH=/usr/local/lib/python2.5/site-packages you may need to add the following to your .bashrc export BOOST_PREFIX=/opt/boost_1_37_0 export LD_LIBRARY_PATH=$BOOST_PREFIX/lib Tushar Patel wrote: By giving the python path I able to open grc package. But still simple so

[Discuss-gnuradio] Re: not able to run grc

2009-03-10 Thread Tushar Patel
By giving the python path I able to open grc package. But still simple sound prog. in not running. I able to run audio_tone.py on command prompt. also test the audio_fft.py on command prompt. both run fine. But on grc any example given same erro. r...@tkp tushar]# export PYTHONPATH=/usr/local/lib/

[Discuss-gnuradio] Re: not able to run grc

2009-03-10 Thread Josh Blum
I assume after configure, you did make and sudo make install. Then perhaps you PYTHONPATH is not setup properly. Run the following command from the terminal: python -c "import gnuradio" does it produce an error? Can you run any of the gnuradio programs, like usrp_fft.py? -Josh Tushar Patel w