在 OS X Lion 上安装 pygame 的最佳方式?

发布于 2024-12-02 20:43:11 字数 246 浏览 2 评论 0原文

我尝试通过 pip 安装 pygame 但失败了。根据我的谷歌搜索,听起来 easy_install 也失败了。

我还查看了: http://www.pygame.org/wiki/MacLionCompile 但解决方案不完整。

我正在运行与 Lion 捆绑在一起的 python 2.7.1。

建议?感谢您的帮助。

I tried to install pygame via pip but this fails. Based on my google searches, it sounds like easy_install also fails.

I also checked out: http://www.pygame.org/wiki/MacLionCompile but the solution is incomplete.

I'm running python 2.7.1 bundled with Lion.

Suggestions? Appreciate the help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

请你别敷衍 2024-12-09 20:43:11

您可以尝试使用 Lion 的二进制包,可用在 pygame 网站上。

它对我有用(OSX 10.7.1 与捆绑的 Python 2.7.1)

You could try the binary package for Lion, available on the pygame website.

It worked for me (OSX 10.7.1 with bundled Python 2.7.1)

长伴 2024-12-09 20:43:11

请参阅此问题的答案: PyGame in a virtualenv on OS X with brew?

本质上, PyPy 中的 PyGame 已经有一段时间没有更新了。
存储库中的版本更新了处理 Pythonbrew、virtualenv 和其他实用程序的构建脚本。

要使用的 pip 命令是:

pip install hg+http://bitbucket.org/pygame/pygame

See the answer from this question: PyGame in a virtualenv on OS X with brew?

Essentially, the PyGame in PyPy hasn't been updated for a while.
The version in the repository has updated build scripts that handle Pythonbrew, virtualenv and other utilities.

The pip command to use is:

pip install hg+http://bitbucket.org/pygame/pygame
有木有妳兜一样 2024-12-09 20:43:11

为了让任何人在谷歌上搜索这个问题,我的实验室设置了一个 wiki,其中包含使用几乎任何配置安装 Pygame 的说明:

http://smash.psych.nyu.edu/labwiki/PyGameSetup

Just for the sake of anyone that googles this question, my lab has a wiki set up with instructions for installing Pygame with just about any configuration:

http://smash.psych.nyu.edu/labwiki/PyGameSetup

娇俏 2024-12-09 20:43:11

我在 macports 方面运气不错:

  1. 如果您还没有 macports,请安装它: http://www.macports.org/
  2. 安装通过 macports 安装 python:sudo port install python26。我输入了它最后所说的命令,将其设置为我的默认 python 安装。如果不这样做,那么在第 4 步中,您将必须以不同的方式运行该应用程序。
  3. 安装 pygame:sudo port install py26-game
  4. 运行你的 pygame 应用程序:python main.py

I had good luck with macports:

  1. Install macports if you don't already have it: http://www.macports.org/
  2. Install python via macports: sudo port install python26. I typed in the command it said at the end to set it as my default python installation. If you don't, then in step 4 you'll have to run the app a different way.
  3. Install pygame: sudo port install py26-game
  4. Run your pygame app: python main.py
凉风有信 2024-12-09 20:43:11

我一直在为自己寻找这个,并且偶然发现了这个恰好可以工作的构建。我正在使用 OSX 10.8.3 和 python 2.7。

http://inside.catlin.edu/moodle/mod/resource /view.php?id=16736

I have been looking for this for myself and I stumbled upon this build that happens to work. I am using OSX 10.8.3 and python 2.7.

http://inside.catlin.edu/moodle/mod/resource/view.php?id=16736

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文