我正在尝试导入Pygame以用于我的Python版本3.3。Pygame 网站上的下载只有 Python 3.1 和 3.2。尽管我认为我已将 Pygame 安装在正确的路径中,但我似乎无法导入它。我已经尝试了 3.1 和 3.2 Pygame 下载。
Pygame 是没有安装在正确的文件路径中,还是 Pygame 与我的 Python (3.3) 版本不兼容?
我正在运行 Windows 7,这是错误:
Traceback (most recent call last):
File "<pyshell#3>", line 1, in <module>
import pygame
File ".\pygame\__init__.py", line 95, in <module>
from pygame.base import *
ImportError: DLL load failed: The specified module could not be found.