2

我正在尝试在我的 Mac 上安装 pygame。
我正在使用 python 2.7 并下载了 2.7 的 pygame。
我做正常的安装。
然后,当我进入 shell 并键入时,import pygame
我收到此错误:

Traceback (most recent call last):
    File "<pyshell#2>", line 1, in <module>
        import pygame
    File "/Library/Frameworks/Python.framework/Ve… line 95, in <module>
        from pygame.base import *
    ImportError: dlopen(/Library/Frameworks/Python.framew… 2): no suitable image found. Did find:
    /Library/Frameworks/Python.framework/… no matching architecture in universal wrapper

有谁知道发生了什么?

顺便说一句,我正在使用 Lion

4

1 回答 1

0

从 Python.org 下载官方 Mac Python。系统自带的苹果不支持pygame。

于 2013-02-07T00:49:14.713 回答