I just completed migrating an out of tree project from 3.6 to 3.7, consisting
of several c++ files and associated .h files. The GNU radio wiki page for
describing how to do this was very helpful. I finally got all the code to
build aganst a GNU Radio 3.7x library.
Problem is now the flow graphs will not run. It can't find a uhd_swig module,
which apparently was present in 3.6.
Here are the messages I get
File "../common/path_ncbfsk.py", line 32, in <module>
import gtlib
File "/usr/local/lib64/python2.7/site-packages/gtlib/__init__.py", line 145,
in <module>
_prepare_gtlib_swig()
File "/usr/local/lib64/python2.7/site-packages/gtlib/__init__.py", line 48,
in _prepare_gtlib_swig
import gtlib_swig
File "/usr/local/lib64/python2.7/site-packages/gtlib_swig/__init__.py", line
129, in <module>
_prepare_uhd_swig()
File "/usr/local/lib64/python2.7/site-packages/gtlib_swig/__init__.py", line
32, in _prepare_uhd_swig
import uhd_swig
ImportError: No module named uhd_swig
Thanks in advance for any suggestions,
Scott
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio