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
Mike -Original Message- From: Tim Roberts [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 3:17 PM To: python-win32@python.org Subject: [python-win32] testMSOffice.py and Excel 2003 On Thu, 15 Sep 2005 15:24:52 -0400, "Cavanagh, Mike" <[EMAIL PROTECTED]> wrote: >

[python-win32] testMSOffice.py and Excel 2003

2005-09-16 Thread Tim Roberts
On Thu, 15 Sep 2005 15:24:52 -0400, "Cavanagh, Mike" <[EMAIL PROTECTED]> wrote: >We have a couple of internal applications that are written in Python and >have always worked with Excel 2000. > >We are 'upgrading' to Excel 2003 and in my pre-rollout testing, our >applications are failing. > >Using

[python-win32] testMSOffice.py and Excel 2003

2005-09-15 Thread Cavanagh, Mike
Hi! We have a couple of internal applications that are written in Python and have always worked with Excel 2000. We are 'upgrading' to Excel 2003 and in my pre-rollout testing, our applications are failing. Using the testMSOffice.py test case, I receive the following: >>> from win32com.test imp