Re: [python-win32] win32Com.gencache.EnsureDispatch Problems

2008-08-21 Thread Vinay Anantharaman
49 To: Vinay Anantharaman; python-win32@python.org Subject: RE: [python-win32] win32Com.gencache.EnsureDispatch Problems I get an error from yahoo: No shared folders are available. Sorry, the owner has not enabled any shared folders in their account. Mark From: [EMAIL PROTECTED] [mailto:[

Re: [python-win32] win32Com.gencache.EnsureDispatch Problems

2008-08-21 Thread Mark Hammond
-win32@python.org Subject: Re: [python-win32] win32Com.gencache.EnsureDispatch Problems Hi, I was using xemacs as my editor and the internal shell to run the commands. I manually entered ^M into my last post to illustrate the error as I saw in XEmacs.  I retried and used cmd.exe to run it and I receive

Re: [python-win32] win32Com.gencache.EnsureDispatch Problems

2008-08-21 Thread Vinay Anantharaman
[EMAIL PROTECTED] On Behalf Of Mark Hammond Sent: Thursday, August 21, 2008 16:08 To: Vinay Anantharaman; python-win32@python.org Subject: RE: [python-win32] win32Com.gencache.EnsureDispatch Problems Strange - I can't repro this on my outlook box (my Vista 64 box doesn't have Outlook).

Re: [python-win32] win32Com.gencache.EnsureDispatch Problems

2008-08-21 Thread Mark Hammond
e if it is only the one line with the strange line endings, or is there something else causing the error? Thanks Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vinay Anantharaman Sent: Friday, 22 August 2008 6:08 AM To: python-win32@python.org Subject: [py

[python-win32] win32Com.gencache.EnsureDispatch Problems

2008-08-21 Thread Vinay Anantharaman
Hi, I executed the following code on a Windows Vista 64 bit machine with Python 2.4.2 and the latest win32com: from win32com.client import gencache try: outlook = gencache.EnsureDispatch("Outlook.Application") except TypeError: print "uh-oh" Result: Traceback (m