Re: [python-win32] Cannot get COM early bound

2007-05-16 Thread Stephen George
Hi Mark, Thanks for the info, I had only just inserted the error handling from the example from your book, and although it was staring me in the face I was not concentrating on that message, I was looking at the late/early binding info. I had missed supplying one argument in that method call,

Re: [python-win32] Cannot get COM early bound

2007-05-16 Thread Mark Hammond
> Greetings, > > I have been a COM expert for all of two days ;-) > > I did get a Type Mismatch error on an argument, .. the more I dug and > researched this error, the more I found out and now have a question > about early binding. > > I am trying to get access to two COM objects/interfaces <=(don

[python-win32] Cannot get COM early bound

2007-05-16 Thread Stephen George
Greetings, I have been a COM expert for all of two days ;-) I did get a Type Mismatch error on an argument, .. the more I dug and researched this error, the more I found out and now have a question about early binding. I am trying to get access to two COM objects/interfaces <=(don't know what