I wrote a new Gnuradio block and everything went fine including the
install.
But when i import the module in python interpreter i get this error. Can
anyone suggest where could the problem be.
ImportError: dynamic module does not define init function (init_gold)
I use SWIG Version 1.3.31 and gnuradio 3.1.3 (the latest SVN
distribution)
I wrote a new Gnuradio block and everything went fine including the install.
But when i import the module in python interpreter i get this error. Can
anyone suggest where could the problem be.
ImportError: dynamic module does not define init function (init_gold)
This symbol refers to code that is created by swig. Are you using a
customized version of gr-howto-write-a-block?
Hi,
I have this error too.
This is what I get when I run make check:
ImportError: dynamic module does not define init function (init_deco)
I looked into the Makefile of top_dir/src/lib and the *_la_SOURCES ,
*_pylib_LTLIBRARIES, _python_PYTHON seem to be ok.
SWIG Version 1.3.36.
It has been created in the directory /python/site-packages/gnuradio
files .py, _.la, _.so from the new block.
I took the how-to-write… for writing my block.
I have Ubuntu 9.04 - Jaunty Jackalope.
I don’t know how to solve it.