discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Josh Blum
Subject: [Discuss-gnuradio] Re: not able to run grc
Date: Tue, 10 Mar 2009 09:09:43 -0700
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

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 wrote:
hi josh, previously I used the gnuradio3.1.3, where i able to run grc,
but problem with audio-alsa

so download the latest version of gnuradio, and configure
I download via ' svn co http://gnuradio.org/svn/gnuradio/trunk gnuradio

The following GNU Radio components have been successfully configured:

config
gruel
omnithread
gnuradio-core
pmt
mblock
usrp
usrp2
gr-usrp
gr-usrp2
gr-msdd6000
gr-audio-alsa
gr-audio-jack
gr-audio-oss
gr-audio-portaudio
gr-atsc
gr-cvsd-vocoder
gr-gpio
gr-gsm-fr-vocoder
gr-pager
gr-radar-mono
gr-radio-astronomy
gr-trellis
gr-video-sdl
gr-wxgui
gr-qtgui
gr-sounder
gr-utils
gnuradio-examples
grc

You my now run the make command to build these components.

*********************************************************************
The following components were skipped either because you asked not
to build them or they didn't pass configuration checks:

gcell
gr-gcell
gr-audio-osx
gr-audio-windows
gr-comedi

after that when I try to run grc from command
following message come
address@hidden tushar]# grc
Traceback (most recent call last):
  File "/usr/local/bin/grc", line 25, in <module>
    from gnuradio.grc.platforms.base.Constants import VERSION
ImportError: No module named grc.platforms.base.Constants

please guide me,
thanks and regards
tushar.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]