Please reply to the list as well as me. Others learn and sometimes offer
help.
Rikard Bosnjakovic wrote:
>
> I'm an utter novice of COM/DOM and I really don't have much knowledge
> about it. I know how to launch Word/Excel from Python by using
> Dispatch("Excel.Application"), but that's about it.
I wrote:
If you don't want to distribute the Python interpreter along with your app,
Is there a well-working way of compiling/byte-coding/whatever a Python app
and call it from within Microsoft Word? What run-time is needed?
Tim replied:
The Python interpreter *is* the run-time. You need to depl