Hi,

>> "/home/mark/apps/gnuradio/3.7/lib/python2.7/dist-packages/air_modes/air_modes_swig.py",
>> line 22, in swig_import_helper
>>      _mod = imp.load_module('_air_modes_swig', fp, pathname, description)
>> ImportError: dynamic module does not define init function
>> (init_air_modes_swig)
>
>
> The "does not define init function" is almost certainly a parallel make
> failure.  To fix, you go into the build directory, do a 'make clean', then a
> single process 'make'.

This error is also typical of having linked against the python 2.7
binaries but the python 3.x libs ...

There was a fix for GR to avoid this and only ever pick 2.7 but all
OOT haven't picked up that fix.

Cheers,

    Sylvain

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to