- Apr 10, 2006
- 12,028
- 2
- 0
I'm trying to add some type of scripting capabilites to a big C++ project, and my boss told me to look into Python as an option. Niether one of us know much about, but it seems like I can either embed or extend it. Embedding can run Python, and extending can make calls to a dll.
What I need is the capability to run Python from an executable, and make calls to functions in the executable from Python.
Possible, or should I look somewhere else?
What I need is the capability to run Python from an executable, and make calls to functions in the executable from Python.
Possible, or should I look somewhere else?
