Problem while reading an outlook in box using python.

2008-10-08 Thread venutaurus539
Hello, I was getting an error in Cocreate instance while trying to access Outlook using python script. The python script looks like: from win32com.client import Dispatch session = Dispatch(MAPI.session) session.Logon('OUTLOOK') # MAPI profile name inbox = session.Inbox When

Re: Problem while reading an outlook in box using python.

2008-10-08 Thread Tim Golden
[EMAIL PROTECTED] wrote: Hello, I was getting an error in Cocreate instance while trying to access Outlook using python script. The python script looks like: from win32com.client import Dispatch session = Dispatch(MAPI.session) session.Logon('OUTLOOK') # MAPI profile name inbox =

Re: Problem while reading an outlook in box using python.

2008-10-08 Thread Tim Golden
[EMAIL PROTECTED] wrote: May I know how to check whether my Outlook is installed with CDO components? There is no entry in my Registry Database with the name MAPI.Session. Well, that pretty much *is* the check. Get hold of your Office install disk and do a reinstall and look out for

Re: Problem while reading an outlook in box using python.

2008-10-08 Thread venutaurus539
May I know how to check whether my Outlook is installed with CDO components? There is no entry in my Registry Database with the name MAPI.Session. Thank you, Venu. -- http://mail.python.org/mailman/listinfo/python-list

Re: Problem while reading an outlook in box using python.

2008-10-08 Thread venutaurus539
On Oct 8, 2:54 pm, Tim Golden [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: May I know how to check whether my Outlook is installed with CDO components? There is no entry in my Registry Database with the name MAPI.Session. Well, that pretty much *is* the check. Get hold of your