I have cpp library that I want to use in python. I succeeded in exporting it to python2 using boost.. now I want to make it work with python3.. I Tried using 2to3 and it had problems in the parts where I used the functions that were exported. I tried to export them the same way but changing to python3 in cmake GUI but it doesn't work..
What changes and were do I need to do in order to make it work in python3?