Hi List, I have a "bit" problem with gtk/glib python interface and CPU eating only in Windows paradigm. Look the next snippet code
from twisted.internet import gtk2reactor gtk2reactor.install(useGtk=False) from twisted.internet import reactor reawctor.run() When I running this snippet code this program eating 0% of CPU but when i run antoher program like VLC, Windows Media Player the cpu consumed for this snipped improve to 7%. Well this is not a problem considering both programs, this is a problem with all programs with hight frame rating paint like video players. Is there any way to avoid catching these messages? and Improve the cpu use -- --pau _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
