What plugins could I disable or what can I do to get the Python interpreter to work in my project

I really do not want to have to learn how to do things the Python way in my project, but I do know Python and I am trying to implement my own Python embedded interpreter to allow scripting logic. I have already tried to debug my code and it seems that the script that I enter is just not being recognized. usually when you step over a function the C++ editor will go inside it so I run PyImport_AppendInittab() and I do not see this happening.