using namespace boost::python; struct World{ void set(std::string msg) { this->msg = msg; } std::string greet() { return msg; } st
Oh, I just saw this post:
help needed with boost python
and problem solved