GUI-programming
Gerhard Häring
gerhard.haering at gmx.de
Thu Jan 2 00:20:40 EST 2003
More information about the Python-list mailing list
Thu Jan 2 00:20:40 EST 2003
- Previous message (by thread): GUI-programming
- Next message (by thread): GUI-programming
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Benjamin Travis Hamilton wrote: > 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? > > If you do a google search on Boa constructor [...] While I agree that Boa might become something great some day, I wouldn't recommend it to innocent people ;-) I agree that it be worthwhile to get to know what Benjamin means with 'process'. If he really means external processes, then there's no problem with that - you don't need any threads. easygui will likely be the easiest solution for this task. [1] For starting external processes, you can use os.system. Gerhard [1] http://home.att.net/~stephen_ferg/easygui/ -- Favourite database: http://www.postgresql.org/ Favourite programming language: http://www.python.org/ Combine the two: http://pypgsql.sf.net/ Embedded database for Python: http://pysqlite.sf.net/
- Previous message (by thread): GUI-programming
- Next message (by thread): GUI-programming
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list