[C++-sig] Embedding and extending an application with python in c++

Wiskey 5 Alpha wiskey5alpha at gmail.com
Thu Aug 25 09:17:43 EDT 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20160825/c117267a/attachment.html>


More information about the Cplusplus-sig mailing list