Where is Word?

Tomasz Lisowski tomlis at notmyisp.pl
Tue Jun 14 06:14:31 EDT 2005


> Unfortunately, I need to open/edit a (temporary) text file with Word, and 
> those are opened by default with UltraEdit (or Notepad or..). Thanks for the 
> tip, though.
> 
> Anything else? Do I need to read the registry?
> 
> g

You may try to launch Word as a COM object and control it directly from 
Python using the COM object methods. This does not require you to know 
the application's path, only the COM object identifier.

TLis



More information about the Python-list mailing list