[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Pygame takes 16 seconds to start when my external keyboard is plugged in



On Mon, Oct 1, 2012 at 12:44 PM, Caleb Crome <caleb@xxxxxxxxxxxxxxxxx> 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?