hit counter

Timeline

My development logbook

How to Install Pygame in Osx

These are steps for installing pygame into OSX Maverick

  • brew install sdl sdl_image sdl_mixer sdl_ttf portmidi

  • Download and install XQuartz. It is a dependency of package smpeg

  • Install smpeg

1
2
brew tap homebrew/headonly
brew install --HEAD smpeg
  • Use pip to install pygame: pip install hg+http://bitbucket.org/pygame/pygame

  • Use python -m pygame.tests for test

(This is based on the bug report here)