The best GUI library in python

Peter Hansen peter at engcorp.com
Sun Jun 23 12:12:52 EDT 2002


d2002xx wrote:
> 
> I hope the GUI could work well when I compiling a program in
> background (in my K6-2 400, running program other than compiler in
> this kind of situation is allocated only about 10% to 15% CPU
> resource)

Maybe you can just run the compiler with "nice" to make it
behave better.  Then you don't need to change anything else.
Type "man nice" for details.  This is, of course, assuming you
are using something like Linux.  I don't think you've said 
what your platform is yet.

-Peter



More information about the Python-list mailing list