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

Re: [pygame] Pygame for python 2.7 64bit - Yosemite - Help!!



On 21 March 2015 at 20:31, JeffreyDanowitz <danowitz@xxxxxxxxxxxx> wrote:
> Ok  - I tried using Homebrew and I got the following error:
>
> Jeffreys-Air:opt jeffreydanowitz$ brew install pygame
> Error: No available formula for pygame
> Searching formulae...
> Searching taps...
> homebrew/python/pygame


Sorry, I forgot, pygame is in the "python" section of homebrew (they
call them taps). You need to add the tap before you can install
pygame.

Enter:

brew tap homebrew/python
brew install pygame

This installs pygame 1.9, hopefully that's the one you need.

John