Re: [python-win32] driving win32 gui

2005-03-18 Thread Michel Claveau
Bonjour ! I need to automate the installation of a program under Windows. I use python + win32 extension But I have two problems: Il est possible, et facile, d'automatiser ce genre de chose avec Autoit. Voir : http://www.framasoft.net/article1568.html (en français) ou : http://www.hiddensoft.com/a

Re: [python-win32] driving win32 gui

2005-03-18 Thread Waldemar Osuch
On Fri, 18 Mar 2005 15:39:42 +0100, david83 <[EMAIL PROTECTED]> wrote: > > Hello, > > I need to automate the installation of a program under > Windows. I use python + win32 extension [...] I have not tried it but I have heard good things. http://www.tizmoi.net/watsup/intro.html http://www.brunni

[python-win32] driving win32 gui

2005-03-18 Thread david83
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 aler