python - Embed .exe in wxpython -


I'm exploring a way to embed .exe in one frame. (MDI)

I'm not sure how this can be done.

I am using wxpython 2.9 and there is nothing online (so far) about this. As Ned has stated, embedding other GUI applications in wxPython is non-trivial.

There are many such notepad programs which are written in wxPython which you can use with Adrtra and Yilpad. You will need access to OLE or ActiveX:

Comments