Hello
I have followed the simple example from the python boost wiki page:
my source file py_moddef.cc:
___________________________________________
#include <string>
#include
import sys sys.path.append("the_path")
I am not able to import the module "hello_ext" defined in py_moddef.cc, but I am able to import each other python module from this path, so something wrong is with the shared library.
import hello_ext ImportError: No module named hello_ext
Please explain to me what is wrong. I will be gratefull for any help. Best regards Cuma