How to set my gui?

Roland Koebler r.koebler at yahoo.de
Fri Apr 19 05:47:16 EDT 2013


Hi,

> These days, GUI programming is to me just
> programming and calling on certain libraries/modules.
+1

> One thing you may want to consider is using your main thread for the
> UI, and spinning off another thread to do your search. But do that
> ONLY if you know you understand threads, and threading in Python.
> Otherwise you'll make your life unnecessarily hard. :)
For simple tasks, you don't need threads, but can use the glib-functions
timeout_add(), idle_add() etc.

Roland



More information about the Python-list mailing list