Change in IE COM behavior

Chris Prinos cprinos at foliage.com
Fri Sep 14 10:15:28 EDT 2001


"Carlos Gaston Alvarez" <cgaston at moonqzie.com> wrote in message news:<mailman.999788708.22741.python-list at python.org>...
> At last something I can answer. (I am new to python).
> 
> use:
> win32com.client.DispatchEx("InternetExplorer.Application")
> 
> So it will do things in a new instance. It seems that without the Ex it
> recicles windows.
> 

Gaston,

Thanks, this did the trick! I still don't know why Dispatch used to
work (and still does on some of my other machines), but DispatchEx
does the right thing in all cases.

thanks

Chris



More information about the Python-list mailing list