Re: [Tutor] COM & IE problems

2008-06-26 Thread Alan Gauld
"Aaron Colichia" <[EMAIL PROTECTED]> wrote need to start using comtypes.client because it provides a better wrapper for No expert but looking at the error message... ie = comtypes.client.CreateObject('InternetExplorer.Application') ie.__clsid '{0002DF01---C000-0046}' new

[Tutor] COM & IE problems

2008-06-26 Thread Aaron Colichia
I've been using win32com.client to work with IE via COM, but recently had a need to start using comtypes.client because it provides a better wrapper for IE. However, when I want to grab an existing IE using comtypes.client.GetActiveObject() the result is always the same as illustrated below H:\dev