Re: Running PyGame on OS X

2016-04-26 Thread Ian Kelly
On Tue, Apr 26, 2016 at 3:33 PM, D.M. Procida wrote: > I have PyGame installed. > > As soon as I run pygame.init() or pygame.display.init(), a PyGame icon > will pop up in the Dock, and then its application will simply stop > responding. Needless to say, I can't actually do anything with it. > > W

Running PyGame on OS X

2016-04-26 Thread D.M. Procida
I have PyGame installed. As soon as I run pygame.init() or pygame.display.init(), a PyGame icon will pop up in the Dock, and then its application will simply stop responding. Needless to say, I can't actually do anything with it. What is this application, and what is likely the problem with it?