Re: [python-win32] pywintypes Error

2016-02-16 Thread Tim Roberts
jakkampudikiranku...@eaton.com wrote: > > > I am getting an error mentioned below while using in some of the > machines when trying to open the application where as it is working > fine in some of the machines : > > > > I also tried to create the Class id manually using the reg-edit but it >

[python-win32] pywintypes Error

2016-02-16 Thread JakkampudiKiranKumar
Hi , I am getting an error mentioned below while using in some of the machines when trying to open the application where as it is working fine in some of the machines : I also tried to create the Class id manually using the reg-edit but it didn't worked. I am using win-7 32 bit OS , python

[python-win32] pywintypes Error

2008-01-08 Thread Antony Joseph
Hi, Can anyone help me , what the problem ? I am running this code in windows xp and outlook also installed in my machine. from win32com.client import Dispatch s=Dispatch('Mapi.Session') Traceback (most recent call last): File stdin, line 1, in module File

Re: [python-win32] pywintypes Error

2008-01-08 Thread Graeme Glass
On Jan 8, 2008 11:20 AM, Antony Joseph [EMAIL PROTECTED] wrote: Hi, Can anyone help me , what the problem ? I am running this code in windows xp and outlook also installed in my machine. from win32com.client import Dispatch s=Dispatch('Mapi.Session ') Traceback (most recent call last):