"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. Alan G. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
