How could I create embedded objects in an MS office document using Python?
I don't need anything fancy, just what one used to do in the first version of OLE: doing a copy-paste from my application into e.g. MS Word should give me an object embedded in the Word document, which I can then double-click to open a copy of my application and edit the object.
Can this be done from a Python/PyQt application (perhaps using pythoncom?) Are there any simple examples of this that can get me started?