Re: [Tkinter-discuss] GUI testing

2008-11-13 Thread Guilherme Polo
On Thu, Nov 13, 2008 at 1:07 PM, Allen Taylor <[EMAIL PROTECTED]> wrote: > Guilherme, > So, what is ttk, and how does it relate to Tkinter? ttk is the short for Tk Themed widget set. It got included into tk8.5, before it was just tile. The relation to Tkinter is that it uses Tk widgets, just like

Re: [Tkinter-discuss] GUI testing

2008-11-13 Thread Allen Taylor
Guilherme, So, what is ttk, and how does it relate to Tkinter? The app I have inherited is specifically Tkinter+Pmw. I want to make as few changes to it as possible in order to test drive it with test scripts. Things like waiting for windows to appear, pressing buttons, selecting items in list b

Re: [Tkinter-discuss] GUI testing

2008-11-12 Thread Guilherme Polo
On Wed, Nov 12, 2008 at 2:37 PM, Allen Taylor <[EMAIL PROTECTED]> wrote: > Hello all, > I've got a Python/Tkinter application that I'd like to automate GUI testing > for. I found Dogtail, but it requires the GUI app to be "AT-SPI-aware". I > see that there is a binding from Python to AT-SPI (Python