[python-win32] get window title

2008-12-09 Thread Billy Pilgrim
Hi all, I am rather new to python and haven't been able to find a solution to this (in python or in any other language). The problem: I am trying to find a way to iterate over the set of open windows, and retrieve/extract the window title. The real project, stupid as it is, is to find the 'Free

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-16 Thread billy pilgrim
Vernon, I am using wxFormBuilder and wxPython for a personal experimental project. They have just recently added Python code generation. So far, I'd recommend it -- the wx aspect is platform independent (I have used the C++ version of Windows/Linux) and am using it on Linux now. HTH. :bp: Vernon