[python-win32] Crash when calling Dispatch("Lotus.NotesSession")

R. Alan Monroe amonroe at columbus.rr.com
Thu Apr 15 18:14:32 EDT 2004


> Python crashes when I try to excecute Dispatch("Lotus.NotesSession").
> Please find below the results of my debugging session.
> Call Stack:
> Dispatch("Lotus.NotesSession") in __init__.py
> _GetGoodDispatchAndUserName() in dynamic.py
> _GetGoodDispatch() in dynamic.py



Not sure why that wouldn't work because I do it every day in a
scheduled task on my server:
(copied directly from the working program)
sess = win32com.client.Dispatch("Lotus.NotesSession")
sess.Initialize("password")

Not sure what to recommend.

Alan




More information about the Python-win32 mailing list