In my OOT module, I have written a function as a "noblock" type, and I would like to import it in GRC.
The compilation process and installation went well, and I am able to use the functions I wrote in python using import my_module as mm
and mm.my_python_function()
.
But this is not working for the one in C++ and I have error message :
Param - Value(value): Value "my_module.my_cpp_function()" cannot be evaluated: 'module' object has no attribute 'my_cpp_function'
What I am missing please ? Does this have anything to do with swig ? How to set it up ? Thank you.
Note : I am running Ubuntu 14.04 and GRC have been installed using PyBombs with prefix = /usr/local