[python-win32] Re: Constants quit working under Python 2.5

2007-04-10 Thread Roger Upole
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> > Hi list, >> > >> > I upgraded to Python 2.5 for evaluation and testing. >> After installing the pywin32-210.win32-py2.5.exe, I found that the >> > constants module doesn't work. For example, this code fails: >> > >> > from win32com

[python-win32] Re: Constants quit working under Python 2.5

2007-04-09 Thread kc106_2005-pywin32
> > Hi list, > > > > I upgraded to Python 2.5 for evaluation and testing. > After installing the pywin32-210.win32-py2.5.exe, I found that the > > constants module doesn't work. For example, this code fails: > > > > from win32com.client import Dispatch, constants > > > > print constants.xl

[python-win32] Re: Constants quit working under Python 2.5

2007-04-07 Thread Roger Upole
[EMAIL PROTECTED] wrote: > Hi list, > > I upgraded to Python 2.5 for evaluation and testing. After installing the > pywin32-210.win32-py2.5.exe, I found that the > constants module doesn't work. For example, this code fails: > > from win32com.client import Dispatch, constants > > print con