Hello, I need to automate the installation of a program under Windows. I use python + win32 extension
But I have two problems: 1) During the installation, there is a CheckListBox (with className="ListBox") and I don't know how to check the boxes of this CheckListBox. 2) After, there is an alert-message. I must click on 'Yes' button. But the posting of this message stops the execution of my Python program. Consequently I can't find this window with FindTopWindow(). Nevertheless, if I launch another Python program, I can find this window and click on 'Yes' button Do you have an idea to solve these two problems? Thank you very much. David (France) Acc�dez au courrier �lectronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,34�/mn) ; t�l : 08 92 68 13 50 (0,34�/mn) _______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
