Re: [python-win32] Excel COM-object for cursor position UPDATE

2006-11-23 Thread Bob Gailer
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.

[python-win32] Compiling a Python Windows application

2006-11-23 Thread Bokverket
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