Hello,
I am a gnuradio-companion newbie (but I have tinkered with other parts
of
gnuradio).
I am experimenting with an 802.15.4 implementation. Compiles and builds
fine. I am installing the distro in a non-standard location.
I augmented PYTHONPATH to look at the different places where the distro
puts py files.
(i.e build/install/lib64/python2.6/site-packages/gnuradio/
Thats where the distro places the *_swig.py).
I augmented LD_LIBRARY_PATH to include the different places where the
distro places the .so files
I started gnuradio-companion after doing all this and I get errors like
this:
line 198, in import_data
raise LookupError(‘source block id “%s” not in block
ids’%source_block_id)
Is there an environment variable I am missing?
I am using gnuradio-3.6.2
Thank you in advance for any help.
Ranga