<[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
> > 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
[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