Quote:
Originally Posted by crutledge
Can C++ communicate (send and receive) with Python?
|
Sure, you can even host a python interpreter inside a C++ application and vice versa (run c++ code in a python application with a wrapper). I'd assume that would be the approach adding plugin functionality to Sigil would take.