I'm running pygame on a Macbook Pro, running OSX 10.7.5.  When I start pygame on the macbook with no USB peripherals plugged in, it starts in about 1.0 seconds.  
However, when I plug in my GoldTouch USB keyboard.  Don't know if it's useful, but here's the keyboard info from the "System Information" panel. 
The entirety of my 'game' is this: 
   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