I am trying to run the python file generated by GNU Radio Companion (GRC) without using GRC GUI (from Pycharm IDE). I also set the interpreter accordingly, where the gnu radio has been installed (C:\Program Files\GNURadio-3.8\gr-python27\python.exe). But I am getting this below error still:
"C:\Program Files\GNURadio-3.8\gr-python27\python.exe" "C:/Users/thangaraj/GNU Radio/AM_Demod.py"
Traceback (most recent call last):
File "C:/Users/thangaraj/GNU Radio/AM_Demod.py", line 10, in <module>
from gnuradio import gr
ImportError: No module named gnuradio
Any help will be very much appreciated!
Regards, Thangaraj