Re: Access lotus notes using Python 2.5.1

2010-08-11 Thread Michel Claveau - MVP
Hi! In several cases, Notes is not registred as COM server. Depending of installation. @-salutations -- MCi -- http://mail.python.org/mailman/listinfo/python-list

Access lotus notes using Python 2.5.1

2010-08-11 Thread Girish
Hello All, I am trying to send email using Lotos notes. When I run following commands to establish a COM connection, Python crashes with a error saying "Runtime Error.Pythonwin.exe abnormal termination". import win32com.client session = win32com.client.Dispatch('Lotus.NotesSession') Any help