In PyCharm, I\'ve added the Python environment /usr/bin/python. However,
/usr/bin/python
from gnuradio import gr
fails as an unde
On Project Explorer, you can right click on the folder where the module is contained and set as 'Source'.
It will be parsed in the Index for code completion as well as other items.