On Mon, Oct 1, 2012 at 12:44 PM, Caleb Crome <ca...@signalessence.com>wrote:
> import pygame > pygame.init() > > That's it. During the 16-seconds of start-up time, the CPU is pegged at > 100%. Eventually, it does start, but something sure seems wrong. > > Thoughts on how I should attack debugging it if it's unknown? It is the > pygame.init() that takes all the time. > > Thanks, > -Caleb > The entirety of my 'game' is this: > I have no idea what the problem is, but perhaps you can pin it down further by .init()-ing the modules individually?