kit-cel / gr-radar

GNU Radio Radar Toolbox
GNU General Public License v3.0
239 stars 85 forks source link

ctest throws ImportError: No module named radar_swig #9

Closed IDex closed 9 years ago

IDex commented 9 years ago

After following the instructions and building without complaints ctest fails all but the first test. Here is output of ctest -V https://gist.github.com/IDex/14ad7e1b0ac3586fcbca

stwunsch commented 9 years ago

Did you compile gnuradio on your own? It's hard to tell you what is wrong with the ctest output. Swig is used to wrap the cpp libraries to python. Somewhere there sth went wrong. Probably try a ldconfig (unlikely that it helps)?

IDex commented 9 years ago

After recompiling the github version of gnuradio the issue was resolved. It seems to have been unrelated to gr-radar. Sorry for wasting your time.