[python-win32] Unicode trouble

2005-12-01 Thread Øyvind
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'

[python-win32] win32 service not receiving shutdown notification on reboot

2005-12-01 Thread Tim Roberts
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

Re: [python-win32] win32 service not receiving shutdown notification on reboot

2005-12-01 Thread Ralf Schmitt
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