I have a VS12 project and exposed some of the classes to Python using boost-python. After some linkage issues my project finally builds correctly and generates a MySDK.lib and MySDK.dll. I called the Boost Python module the same as the library i.e. BOOST_PYTHON_MODULE(MySDK). Are these .lib and .dll all I need to use MySDK from Python?
I'm using Pycharm Community but can't find a way to import the generated MySDK.lib and MySDK.dll as a Python library module.
Saddly there isn't much information of what to do after the Boost Python coding exercise.
ImportError: No module named MySDK