Re: [python-win32] testMSOffice.py and Excel 2003

2005-09-27 Thread Tim Roberts
On Fri, 23 Sep 2005 09:23:18 -0400, "Cavanagh, Mike" <[EMAIL PROTECTED]> wrote: >Thanks for the reply, the test case now passes. > >However, our internal application is still failing. > >code snippet: > >import win32com >import win32com.client.dynamic >import pythoncom >from pywintypes import Uni

Re: [python-win32] Using SOAPpy Within a Windows NT service

2005-09-27 Thread Amit Upadhyay
On 9/26/05, Paul Weimer <[EMAIL PROTECTED]> wrote: I have a web service written in SOAPpy that is working fine; it is currently run from a batch file as a scheduled task on a WIndows server. My support folks would like it to be run as an NT service. I have been able to write NT service in P