Alan Gauld wrote: > "John" <[EMAIL PROTECTED]> wrote > >> few hours. Pywinauto allows you to use python to automate the GUI of >> Windows using Python in very intuitive ways. What are the closest >> analogs for this under OS X and Linux? > > Applescript on MacOS could be used. > You can call Python from within Applescript (and vice versa I think?) > ISTR there is a module in the MacPython download for doing this.
I wasn't aware that AppleScript could be used for general UI scripting but apparently since MacOS 10.3 it can. Here is an article about it: http://www.macgeekery.com/development/gui_automation_with_applescript Googling 'python applescript' is also rewarding. Kent _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
