Search code examples
pythonwxpythonwxwidgets

Embed .exe in wxpython


I am looking for a way to embed an .exe into a frame. (MDI)

I am not sure how this can be done.

I am using wxpython 2.9 and there is nothing online about this (until now).


Solution

  • As Ned has pointed out, embedding other GUI applications into wxPython is non-trivial. There are several Notepad-like programs written in wxPython that you could use, including Editra and Ulipad. You would need access to OLE or ActiveX: http://bytes.com/topic/python/answers/473601-embed-notepad-into-frame-widget