I\'m testing out an application and the UI uses PyQt4 with Pygame embedded into it. It uses a timer to \"update\" itself so to speak and in the timerEvent function Pygame attemp
You can not.
You cannot and should not combine 2 libraries that have their own event loop, for example now the Qt eventloop is blocking the pygame event loop.