Hello,
I am trying to extend a C++ application using python as a scripting language. What I would like to do is :
* run the c++ application
* have the application iterate through a directory of python files
* each python file has access to variables/classes in the c++ application
I have listed the test program here :
http://stackoverflow.com/questions/39066307. I am getting a core dump when executing the test.
Any help would be appreciated.
- Tim