rodmc wrote:
> Is there a way to write Word plug-ins in Python?  I am using Python
> 2.3.5 and Word 2000, and need to be able to write a small network
> application with a basic GUI which can run inside Word.
>
> cheers,
>
> rod

Hi Rod,

Does it really need to be an application which runs inside Word? Or is
it OK if it's an external application (with or without GUI) which does
manipulations with MS Word documents using COM objects?

(I frequently do the latter, but don't know about doing the former)

cheers,

--Tim

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to