MFC app to Python IDLE communication

konstantin.smolin at gmail.com konstantin.smolin at gmail.com
Fri Jan 11 10:12:10 EST 2008


Hi all
In my MFC application I need to call Python IDLE, pass some terms (or
scripts or values - they are simple strings or memo fields) there so
that user may modify/evaluate/interpret it and then return the
modified terms back to the application.

How can I do it the best way (MFC->IDLE)?

As for IDLE->MFC, I'm afraid that copy-paste is the way out... Is it
so?

Thanks in advance for the hints.



More information about the Python-list mailing list