Installing Pygame On Mac Into Enthought Build
There were a number of unanswered questions on installing Pygame on a Mac but I am going to ask my specific question here and hope for an answer. I have been having incredible di
Solution 1:
Have you installed the Command Line Tools
component of Xcode 4.5? Launch Xcode.app
and then select Preferences
-> Downloads
-> Components
and click Install
or Update
. That will install or update build tools and system headers in the traditional locations like /usr/bin
.
Post a Comment for "Installing Pygame On Mac Into Enthought Build"