Re: [python-win32] IE (ocx) OK, but python never close

2011-02-09 Thread Michel Claveau
Re! News: - no problem on XP - no problem on Vista - but, on win 7, I try with 6 computers. One no have the problem. Five have... (32 and 64 bits) I do not know why... @+ -- MCi ___ python-win32 mailing list python-win32@python.org http://mail.

Re: [python-win32] IE (ocx) OK, but python never close

2011-02-09 Thread Michel Claveau
Re ! You expect Windows and Internet Explorer to actually respond quickly. Yes. It is the case for my computers. IE start in 4 s (1st launch, then 2 s) in my slowest machine. On fast CPU: 2 s (1st) & then immediatly. I gave up on using fixed timers, because sometimes it would take a minu

Re: [python-win32] IE (ocx) OK, but python never close

2011-02-09 Thread Vernon Cole
Michel: Without actually analyzing you script, I see one thing immediately... You expect Windows and Internet Explorer to actually respond quickly. Your timeout for the shutdown is 1/4 second. When last I tried to automate Windows functions, I gave up on using fixed timers, because sometimes it

[python-win32] IE (ocx) OK, but python never close

2011-02-09 Thread Michel Claveau
Hi! Starting of a super-exemple from the great Mark Hammond, I made a window with IE (ocx) embbed. It run OK. Thanks to Pywin32's authors. But... When my script terminate, Python never close. My code is huge, but I made a mini-version with the same problem. This script is below. Any idea