GUI-programming

Benjamin Travis Hamilton benthamilton at hotmail.com
Thu Jan 2 00:16:25 EST 2003


Frederik Fuest <ffrederik at gmx.de> wrote in message news:<mailman.1041462676.14469.python-list at python.org>...
> Hi,
> 
> I would like to programm my GUI, that you can start more than one
> process at the same time by e.g. clicking different buttons. 
> 
> Could anybody help me with this?
> 
> thx
> 
> Frederik

If you do a google search on Boa constructor (and wxPython
documentation) you will find it to be a most useful RAD GUI tool.  It
uses wxWindows and wxPython as a windowing framework and it even has a
class called wxThread which should do what you want it to do if the
ones standard in python do not suffice.  I had problems with getting
the python threads to die on command ex: ButtonRun, and ButtonStop.

-Ben




More information about the Python-list mailing list