When I try to expose a member function which takes in two "std::string&" I recieve an error C2665: 'from_python'.
 
I have successfully passed "const std::string&", and am unsure about what I am doing wrong, if anything.
 
Thanks.
 
 
            -Mikolai-