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 <module>
from gnuradio.grc.platforms.base.Constants import VERSION
ImportError: No module named grc.platforms.base.Constants
[r...@somya /]#
I also tried the path solution which you mentioned in the earlier post,
but it didn't worked for me. I had installed the latest version of GNU
radio (gnuradio-3.2) and was trying to run GRC. Can you please help me
for this.
You have to set the PYTHONPATH. This is not a GRC problem, this is a
gnuradio installation problem. I bet that if you try to run other
gnuradio apps, you will see a similar problem.
Read the part about the PYTHONPATH
http://gnuradio.org/trac/wiki/FedoraInstall
Also I was wondering that is it possible to see the source code
associated with the flow graph that we make in GRC? or the source code
of the specific block such as BPSK modulator?
The generated code is in the same folder as your saved flow graph. By
default, its called top_block.py
Source code for modulators are here:
http://gnuradio.org/trac/browser/gnuradio/trunk/gnuradio-core/src/python/gnuradio/blks2impl
Thanks & Regards,
Somya Ajmera
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio