discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] flow graph issues migrating out of tree modules from


From: address@hidden
Subject: [Discuss-gnuradio] flow graph issues migrating out of tree modules from 3.6 to 3.7
Date: Wed, 29 Jul 2015 02:14:34 +0000

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]