MFC app to Python IDLE communication

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • konstantin.smolin@gmail.com

    #1

    MFC app to Python IDLE communication

    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.
  • konstantin.smolin@gmail.com

    #2
    Re: MFC app to Python IDLE communication

            IDLE is a Tkinter/TK IDE for Python... Why would you invoke a whole
    IDE to manipulate application data?
    It was just an idea. I have never dealt with python before...
    I need some hints to understand where the answer to my problem is.
    >
             If you already have MFC in the mix, wouldn't it be better to use
    the win32 python extensions and keep everything in MFC?
    as I understand you suggest to extend win32 python to my needs?

    Comment

    Working...