Re: Python interfacing with COM

2007-01-28 Thread Gabriel Genellina
At Sunday 28/1/2007 13:41, Viewer T. wrote: I am quite a newbie and I am trying to interface with Microsoft Word 2003 COM with Python. Please what is the name of the COM server for Microsoft Word 2003? Just use Word.Application, will launch the currently installed Word: py> import win32com.cl

Python interfacing with COM

2007-01-28 Thread Viewer T.
I am quite a newbie and I am trying to interface with Microsoft Word 2003 COM with Python. Please what is the name of the COM server for Microsoft Word 2003? -- http://mail.python.org/mailman/listinfo/python-list