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] testMSOffice.py and Excel 2003

2005-09-26 Thread Cavanagh, Mike
@python.org Subject: Re: [python-win32] testMSOffice.py and Excel 2003 Tim, 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 Unicode from win32com

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

2005-09-23 Thread Cavanagh, Mike
Tim, 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 Unicode from win32com.client import gencache xl = win32com.client.dynamic.Dispatch("Exce