I have an existing C ++ application and recruited several classes using python using SWIG. What do I need to do to open the python console while the C ++ application is running and to access its runtime objects (from already completed classes)?
source
share