[wxPython-users] Can wxpython do that?

Josiah Carlson jcarlson at uci.edu
Fri Jun 1 08:18:51 PDT 2007


Baa Hani <good_friend_vs at yahoo.com> wrote:
> The users actions are then spooled (coded text) on the
> corner of the same window as a log. What I would like
> to do is create an application to be attached to this
> running window to allow me to capture the
> actions/spooled text  (there can be 2 messages per
> second in worst case scenario) and then send it to a
> database. I started to look at wxpython but would like
> to know if I'll be able to do something like that with
> it or not?

wxPython allows you to build a GUI, not manipulate pre-existing GUIs
(unless they are written in wxPython). On Windows there exists a tool
written in Python that should be able to do what you are describing (as
long as the text widget is native). It is called winGuiAuto.py, and was
written by Simon Brunning. The blog posts discussing it start here:
    http://www.brunningonline.net/simon/blog/archives/000652.html

 - Josiah





More information about the wxpython-users mailing list