Hello.
I am trying to use the search and replace-function in MS Word. (Office
2003, XP and Activestate Python 2.3). It works great until I use
non-english letters.
>>> from win32com.client import Dispatch
>>> objWord = Dispatch("Word.Application")
>>> objDoc = objWord.Documents.Open('c:/foo.doc'
On Wed, 30 Nov 2005 17:41:32 +0100, Ralf Schmitt <[EMAIL PROTECTED]>
>I use the attached program to start a win32 service.
>Stopping the service using the service manager works fine, but when I
>reboot the machine, the service just seems to be killed, without
>SvcStop/SvcShutdown being called (i
Tim Roberts schrieb:
>On Wed, 30 Nov 2005 17:41:32 +0100, Ralf Schmitt <[EMAIL PROTECTED]>
>
>
>
>>I use the attached program to start a win32 service.
>>Stopping the service using the service manager works fine, but when I
>>reboot the machine, the service just seems to be killed, without
>>S