Can't quite figure out how to install PyGame in a virtualenv on OSX Lion. I'd really like to keep things contained in the virtualenv, if at all possible.
I've tried downloading the source for PyGame and running the included setup.py
in the virtualenv, but it seems to be having a bunch of issues finding the SDL requirements even after installing those via Homebrew.
Any tips from someone that's set this up?