I need to have a custom timing for a component of my program (essentially i'm counting turns, at the rate of around 20 turns per second). Each turn i need to process some information.
However, I have to do this so that it could work with PyGTK. Any ideas on how to accomplish this?